aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2019-12-17 14:01:56 +0100
committerEike Ziller <[email protected]>2019-12-18 12:42:18 +0000
commitdd7e73221e81a125b3d64c6650c17a43b9d9dc95 (patch)
tree319f3379bf1dd7ac87908ad8aedb0e89dc8565cf /src/plugins/help/help.pro
parent9f3614fdbf154467fc3ac6bb7f6f8dc4783be673 (diff)
Move "Web Search" locator filter from Help to Core
It was invented as a "remote help" filter, but it actually doesn't have anything to do with help or documentation. Move it to more general place, also to enable future generalization to another custom filter type. Change-Id: Ib80eacd3c7cc33ae9f4d9353fa820272e3b0b25f Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r--src/plugins/help/help.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index f4786112958..7b58578ef1c 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -23,7 +23,6 @@ HEADERS += \
openpagesmanager.h \
openpagesswitcher.h \
openpageswidget.h \
- remotehelpfilter.h \
searchwidget.h \
xbelsupport.h \
searchtaskhandler.h \
@@ -44,7 +43,6 @@ SOURCES += \
openpagesmanager.cpp \
openpagesswitcher.cpp \
openpageswidget.cpp \
- remotehelpfilter.cpp \
searchwidget.cpp \
xbelsupport.cpp \
searchtaskhandler.cpp \
@@ -53,8 +51,7 @@ SOURCES += \
FORMS += docsettingspage.ui \
filtersettingspage.ui \
- generalsettingspage.ui \
- remotehelpfilter.ui
+ generalsettingspage.ui
!isEmpty(QT.webenginewidgets.name) {
QT += webenginewidgets