summaryrefslogtreecommitdiff
path: root/src/plugins/todo/todo.pro
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2015-11-16 16:45:05 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2015-11-18 17:12:53 +0000
commit19eb9e4f06408877351bf28c5332725c76772b7e (patch)
tree570a2b905fba7a50d54d5cb954f7a37caefe586d /src/plugins/todo/todo.pro
parent04fda7d0f5b8f9d868e63e8905508185aeef32cf (diff)
downloadqt-creator-19eb9e4f06408877351bf28c5332725c76772b7e.tar.gz
Todo: Store icons in the settings via index instead of strings
This allows us to use something else than a string in order to reference icons. For an upcoming patch this will be necessary. Since this patch introduces a settings structure change, a migration feature from the old "Keyword\iconResource" string to the new "Keyword \iconType" int is implemented. Change-Id: Ia5695418fb135510ed549cf9a7cb59aab5389f31 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.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 a485a50a8a..7271425959 100644
--- a/src/plugins/todo/todo.pro
+++ b/src/plugins/todo/todo.pro
@@ -17,7 +17,8 @@ HEADERS += todoplugin.h \
lineparser.h \
todooutputtreeview.h \
todooutputtreeviewdelegate.h \
- todoprojectsettingswidget.h
+ todoprojectsettingswidget.h \
+ todoicons.h
SOURCES += todoplugin.cpp \
keyword.cpp \
@@ -34,7 +35,8 @@ SOURCES += todoplugin.cpp \
lineparser.cpp \
todooutputtreeview.cpp \
todooutputtreeviewdelegate.cpp \
- todoprojectsettingswidget.cpp
+ todoprojectsettingswidget.cpp \
+ todoicons.cpp
RESOURCES += \
todoplugin.qrc