Add a small dialog to show some info about a library

This commit is contained in:
Luis Ángel San Martín
2024-11-26 17:44:24 +01:00
parent 60af741593
commit 1c9f2133f6
10 changed files with 92 additions and 1 deletions

View File

@ -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