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>
This commit is contained in:
Orgad Shaneh
2014-03-18 22:50:44 +02:00
committed by Orgad Shaneh
parent c525d8657b
commit 568841cc2e
7 changed files with 126 additions and 3 deletions

View File

@@ -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 \