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:
Denis Mingulov
2010-07-16 11:18:30 +02:00
committed by Kai Koehne
parent ae8192ad5a
commit 5af6f15f7c
10 changed files with 162 additions and 63 deletions

View File

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