Todo: added ability to filter todo list by keywords

Change-Id: I4be35caf461e50e256527ca72993f5d83d08ef3e
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Serhii Moroz
2016-07-20 21:24:00 +03:00
parent c94ce7b205
commit 887ba52675
18 changed files with 144 additions and 20 deletions

View File

@@ -68,5 +68,7 @@ const int OUTPUT_TOOLBAR_SPACER_WIDTH = 25;
const int OUTPUT_PANE_UPDATE_INTERVAL = 2000;
const char OUTPUT_PANE_TITLE[] = QT_TRANSLATE_NOOP("Todo::Internal::TodoOutputPane", "To-Do Entries");
const char FILTER_KEYWORD_NAME[] = "filterKeywordName";
} // namespace Constants
} // namespace Todo