forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
c525d8657b
commit
568841cc2e
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user