diff options
-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), |