mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add Recent
list.
This commit is contained in:
@ -67,6 +67,7 @@ public:
|
||||
Folder,
|
||||
Favorites,
|
||||
Reading,
|
||||
Recent,
|
||||
Label,
|
||||
ReadingList
|
||||
};
|
||||
@ -96,6 +97,7 @@ public:
|
||||
void setupReadingListModelData(unsigned long long int parentReadingList, const QString &databasePath);
|
||||
void setupFavoritesModelData(const QString &databasePath);
|
||||
void setupReadingModelData(const QString &databasePath);
|
||||
void setupRecentModelData(const QString &databasePath);
|
||||
|
||||
// Métodos de conveniencia
|
||||
QStringList getPaths(const QString &_source);
|
||||
|
Reference in New Issue
Block a user