mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Add the possibility to show a recently added/updated indicator
This commit is contained in:
@ -81,6 +81,8 @@ public:
|
||||
|
||||
Q_INVOKABLE QUrl getCoverUrlPathForComicHash(const QString &hash) const;
|
||||
|
||||
void setShowRecent(bool showRecent);
|
||||
|
||||
enum Columns {
|
||||
Name = 0,
|
||||
Path,
|
||||
@ -106,6 +108,7 @@ public:
|
||||
TypeRole,
|
||||
AddedRole,
|
||||
UpdatedRole,
|
||||
ShowRecentRole,
|
||||
};
|
||||
|
||||
bool isSubfolder;
|
||||
@ -125,6 +128,8 @@ private:
|
||||
|
||||
QIcon folderIcon;
|
||||
QIcon folderFinishedIcon;
|
||||
|
||||
bool showRecent;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user