forked from qt-creator/qt-creator
Utils::NavigationTreeView is created - as a base class for any Navigation Widget (Side Bar) tree view
Merge-request: 2167 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
ae8192ad5a
commit
5af6f15f7c
@@ -41,7 +41,8 @@ SOURCES += reloadpromptutils.cpp \
|
||||
changeset.cpp \
|
||||
filterlineedit.cpp \
|
||||
faketooltip.cpp \
|
||||
htmldocextractor.cpp
|
||||
htmldocextractor.cpp \
|
||||
navigationtreeview.cpp
|
||||
win32 {
|
||||
SOURCES += abstractprocess_win.cpp \
|
||||
consoleprocess_win.cpp \
|
||||
@@ -95,7 +96,8 @@ HEADERS += utils_global.h \
|
||||
changeset.h \
|
||||
filterlineedit.h \
|
||||
faketooltip.h \
|
||||
htmldocextractor.h
|
||||
htmldocextractor.h \
|
||||
navigationtreeview.h
|
||||
FORMS += filewizardpage.ui \
|
||||
projectintropage.ui \
|
||||
newclasswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user