diff options
author | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-08-10 15:43:57 +0300 |
---|---|---|
committer | Philippe Mavridis <philippe.mavridis@yandex.com> | 2025-08-10 15:51:05 +0300 |
commit | 06b07d281dc4ed0bc23a8d276915c209a91c747b (patch) | |
tree | 58f31883aa3d541dc3777ef5af9211d2d6ddaaae /kpdf | |
parent | 1a3ed140599b646687a457af55a0f50e785287a9 (diff) | |
download | tdegraphics-master.tar.gz tdegraphics-master.zip |
This fixes #132.
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'kpdf')
-rw-r--r-- | kpdf/shell/shell.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kpdf/shell/shell.cpp b/kpdf/shell/shell.cpp index dd2adf2e..79d1d83d 100644 --- a/kpdf/shell/shell.cpp +++ b/kpdf/shell/shell.cpp @@ -50,6 +50,7 @@ Shell::Shell() : DCOPObject("KPDFShellDCOPIface"), KParts::MainWindow(0, "KPDF::Shell"), m_menuBarWasShown(true), m_toolBarWasShown(true), + m_showToolBarAction(nullptr), m_tabs(nullptr), m_tabsContextMenu(nullptr), m_manager(nullptr), @@ -62,6 +63,7 @@ Shell::Shell(const KURL &url) : DCOPObject("KPDFShellDCOPIface"), KParts::MainWindow(0, "KPDF::Shell"), m_menuBarWasShown(true), m_toolBarWasShown(true), + m_showToolBarAction(nullptr), m_tabs(nullptr), m_tabsContextMenu(nullptr), m_manager(nullptr), |