forked from qt-creator/qt-creator
Initial support for showing help in external window.
Task-number: QTCREATORBUG-1473
This commit is contained in:
@@ -28,7 +28,8 @@ HEADERS += \
|
||||
openpageswidget.h \
|
||||
remotehelpfilter.h \
|
||||
searchwidget.h \
|
||||
xbelsupport.h
|
||||
xbelsupport.h \
|
||||
externalhelpwindow.h
|
||||
|
||||
SOURCES += \
|
||||
centralwidget.cpp \
|
||||
@@ -49,8 +50,9 @@ SOURCES += \
|
||||
openpageswidget.cpp \
|
||||
remotehelpfilter.cpp \
|
||||
searchwidget.cpp \
|
||||
xbelsupport.cpp
|
||||
|
||||
xbelsupport.cpp \
|
||||
externalhelpwindow.cpp
|
||||
|
||||
FORMS += docsettingspage.ui \
|
||||
filtersettingspage.ui \
|
||||
generalsettingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user