mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add a small dialog to show some info about a library
This commit is contained in:
@ -104,6 +104,9 @@ public:
|
||||
static QList<QString> loadSubfoldersNames(qulonglong folderId, QSqlDatabase &db);
|
||||
// queries
|
||||
static bool isFavoriteComic(qulonglong id, QSqlDatabase &db);
|
||||
|
||||
// library
|
||||
static QString getLibraryInfo(QUuid id);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user