forked from qt-creator/qt-creator
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user