aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2019-09-02 15:52:01 +0200
committerEike Ziller <[email protected]>2019-09-09 11:32:24 +0000
commite0e5621b807d987a329a9f5058f660eca5c9be6b (patch)
tree27e1caee60c77a1b23e84a6ceb80d5739f886f8f /src/plugins/help/help.pro
parent49942bc06a9976892b5a2f34a320e3c439ce0014 (diff)
Help: De-duplicate management of help viewer pages
For the help mode, the help viewer pages were managed both by the OpenPagesModel and the HelpWidget, and needed manual keeping in sync. Instead make the model just an aspect of the HelpWidget, manage creation/deletion of pages via the HelpWidget, and use the model only for the pure MVC API purposes. Task-number: QTCREATORBUG-20558 Change-Id: Ib7d6f2561239b0d5f3328dfd30c84718f81af0a1 Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r--src/plugins/help/help.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index 5d9cf340781..c4dd38b1160 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -22,7 +22,6 @@ HEADERS += \
helpplugin.h \
helpviewer.h \
openpagesmanager.h \
- openpagesmodel.h \
openpagesswitcher.h \
openpageswidget.h \
remotehelpfilter.h \
@@ -45,7 +44,6 @@ SOURCES += \
helpplugin.cpp \
helpviewer.cpp \
openpagesmanager.cpp \
- openpagesmodel.cpp \
openpagesswitcher.cpp \
openpageswidget.cpp \
remotehelpfilter.cpp \