mirror of
https://github.com/YACReader/yacreader
synced 2026-01-10 02:02:47 -05:00
fixed StyledDelegates and added proxymodel to lists model
This commit is contained in:
@ -125,6 +125,11 @@ public:
|
||||
Completed = 3
|
||||
};//id INTEGER PRIMARY KEY, parentId INTEGER NOT NULL, name TEXT NOT NULL, path TEXT NOT NULL
|
||||
|
||||
enum Roles {
|
||||
FinishedRole = Qt::UserRole + 1,
|
||||
CompletedRole
|
||||
};
|
||||
|
||||
public slots:
|
||||
void deleteFolder(const QModelIndex & mi);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user