diff options
Diffstat (limited to 'src/shared/help/contentwindow.cpp')
-rw-r--r-- | src/shared/help/contentwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/contentwindow.cpp b/src/shared/help/contentwindow.cpp index b956110ef2..1560f27c56 100644 --- a/src/shared/help/contentwindow.cpp +++ b/src/shared/help/contentwindow.cpp @@ -39,7 +39,7 @@ #include <QtHelp/QHelpEngine> #include <QtHelp/QHelpContentWidget> -ContentWindow::ContentWindow(QHelpEngine *helpEngine) +ContentWindow::ContentWindow() : m_contentWidget(0) , m_expandDepth(-2) { |