summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpengine.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2017-03-16 14:37:26 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2017-05-02 13:56:49 +0000
commitb46a5297a55c1547e3d9015e199e967276ad79c5 (patch)
tree91607bce0700df3e82b2a2ba64144efab941671a /src/assistant/help/qhelpengine.cpp
parent63bee398b5db72fdb40d039d8e01223992655403 (diff)
Refactor help lib
Fix const correctness. Use default member initializers. Fix some coding style issues. Change-Id: Ib89a2840648dcacc518cda4eb0ffce97ee8444cc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpengine.cpp')
-rw-r--r--src/assistant/help/qhelpengine.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/assistant/help/qhelpengine.cpp b/src/assistant/help/qhelpengine.cpp
index 6562d69a3..41ded85ee 100644
--- a/src/assistant/help/qhelpengine.cpp
+++ b/src/assistant/help/qhelpengine.cpp
@@ -53,20 +53,6 @@
QT_BEGIN_NAMESPACE
-QHelpEnginePrivate::QHelpEnginePrivate()
- : QHelpEngineCorePrivate()
- , contentModel(0)
- , contentWidget(0)
- , indexModel(0)
- , indexWidget(0)
- , searchEngine(0)
-{
-}
-
-QHelpEnginePrivate::~QHelpEnginePrivate()
-{
-}
-
void QHelpEnginePrivate::init(const QString &collectionFile,
QHelpEngineCore *helpEngineCore)
{