diff options
author | kh1 <[email protected]> | 2010-07-16 11:15:54 +0200 |
---|---|---|
committer | kh1 <[email protected]> | 2010-07-16 11:16:21 +0200 |
commit | 37efd0e10f5002e01aba5150e0446f53318cd93f (patch) | |
tree | 08117e8a00cf320b3b5d2490cda84db8e36cf88a /src/plugins/help/help.pro | |
parent | fff4203a46559e0afc751785e25eb702d8c8a608 (diff) |
Implement online help filter.
The search for remote content, like stl::vector in cpp-reference,
google, bing, wikipedia etc...
Task-number: QTCREATORBUG-1375
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 706675e9fb4..890779e9b0e 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -26,6 +26,7 @@ HEADERS += \ openpagesmodel.h \ openpagesswitcher.h \ openpageswidget.h \ + remotehelpfilter.h \ searchwidget.h \ xbelsupport.h @@ -46,12 +47,14 @@ SOURCES += \ openpagesmodel.cpp \ openpagesswitcher.cpp \ openpageswidget.cpp \ + remotehelpfilter.cpp \ searchwidget.cpp \ xbelsupport.cpp FORMS += docsettingspage.ui \ filtersettingspage.ui \ - generalsettingspage.ui + generalsettingspage.ui \ + remotehelpfilter.ui RESOURCES += help.qrc include(../../shared/help/help.pri) |