aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-03-18 22:50:44 +0200
committerOrgad Shaneh <orgads@gmail.com>2014-03-25 17:04:52 +0100
commit568841cc2ea26b99479e71b0985592e1aa232a21 (patch)
tree73cf62e9a75796056c534b643689e7dd2daa5f66 /src/plugins/help/help.pro
parentc525d8657b51d7e0b3aa65ea73e7474375752047 (diff)
Help: Add "Get Help Online" action for tasks
Useful for looking up compiler warnings on the web. Change-Id: I1e77c3b97f7907880e2caa6d7e6070b03d846420 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r--src/plugins/help/help.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index 552818098d2..18d38698fe7 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -36,7 +36,8 @@ HEADERS += \
remotehelpfilter.h \
searchwidget.h \
xbelsupport.h \
- externalhelpwindow.h
+ externalhelpwindow.h \
+ searchtaskhandler.h
SOURCES += \
centralwidget.cpp \
@@ -58,7 +59,8 @@ SOURCES += \
remotehelpfilter.cpp \
searchwidget.cpp \
xbelsupport.cpp \
- externalhelpwindow.cpp
+ externalhelpwindow.cpp \
+ searchtaskhandler.cpp
FORMS += docsettingspage.ui \
filtersettingspage.ui \