mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 17:35:02 -04:00
added "set finished/unfinished" actions
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user