added "set finished/unfinished" actions

This commit is contained in:
Luis Ángel San Martín
2014-06-11 19:27:34 +02:00
parent 2df465e3e5
commit 7e68a34d7e
4 changed files with 53 additions and 2 deletions

View File

@ -83,6 +83,7 @@ public:
bool isFilterEnabled(){return filterEnabled;};
void updateFolderCompletedStatus(const QModelIndexList & list, bool status);
void updateFolderFinishedStatus(const QModelIndexList & list, bool status);
enum Columns {
Name = 0,