summaryrefslogtreecommitdiff
path: root/src/plugins/todo/todo.pro
diff options
context:
space:
mode:
authorSergey Shambir <sergey.shambir.auto@gmail.com>2012-12-13 07:16:25 +0400
committerSergey Shambir <sergey.shambir.auto@gmail.com>2013-02-17 09:39:28 +0100
commit8bbd1239f9585fb4995c7c1c01b82f59d28b4dfd (patch)
tree4af433bbd285aff2c5d7da5591ede2ba6c9e82a8 /src/plugins/todo/todo.pro
parent5d0440a40a2a8fe32d9cb33f31e3579d22e95613 (diff)
downloadqt-creator-8bbd1239f9585fb4995c7c1c01b82f59d28b4dfd.tar.gz
Add resize feature for TODO output pane
Settings will be saved between restarts Change-Id: Id7924dc5e7f52045e77ebe45ff6c30f6f6003c14 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/todo/todo.pro')
-rw-r--r--src/plugins/todo/todo.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/todo/todo.pro b/src/plugins/todo/todo.pro
index 97e6f95b64..478b1bb248 100644
--- a/src/plugins/todo/todo.pro
+++ b/src/plugins/todo/todo.pro
@@ -18,7 +18,8 @@ HEADERS += todoplugin.h \
todoitemsscanner.h \
cpptodoitemsscanner.h \
qmljstodoitemsscanner.h \
- lineparser.h
+ lineparser.h \
+ todooutputtreeview.h
SOURCES += todoplugin.cpp \
keyword.cpp \
todooutputpane.cpp \
@@ -31,7 +32,8 @@ SOURCES += todoplugin.cpp \
todoitemsscanner.cpp \
cpptodoitemsscanner.cpp \
qmljstodoitemsscanner.cpp \
- lineparser.cpp
+ lineparser.cpp \
+ todooutputtreeview.cpp
OTHER_FILES += \
Todo.pluginspec.in