summaryrefslogtreecommitdiff
path: root/src/shared/help/indexwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r--src/shared/help/indexwindow.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp
index 498d9d5c6a..dcb99e22ed 100644
--- a/src/shared/help/indexwindow.cpp
+++ b/src/shared/help/indexwindow.cpp
@@ -43,9 +43,8 @@
#include <QtHelp/QHelpEngine>
#include <QtHelp/QHelpIndexWidget>
-IndexWindow::IndexWindow(QHelpEngine *helpEngine, QWidget *parent)
- : QWidget(parent)
- , m_searchLineEdit(0)
+IndexWindow::IndexWindow()
+ : m_searchLineEdit(0)
, m_indexWidget(0)
{
QVBoxLayout *layout = new QVBoxLayout(this);