summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcontentwidget.h
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/qhelpcontentwidget.h
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/qhelpcontentwidget.h')
-rw-r--r--src/assistant/help/qhelpcontentwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpcontentwidget.h b/src/assistant/help/qhelpcontentwidget.h
index a4b0ce273..ff5961e98 100644
--- a/src/assistant/help/qhelpcontentwidget.h
+++ b/src/assistant/help/qhelpcontentwidget.h
@@ -72,7 +72,6 @@ public:
private:
QHelpContentItem(const QString &name, const QString &link,
QHelpDBReader *reader, QHelpContentItem *parent = Q_NULLPTR);
- void appendChild(QHelpContentItem *child);
QHelpContentItemPrivate *d;
friend class QHelpContentProvider;