mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Add support for setting the content type to a whole library
This commit is contained in:
@ -91,6 +91,7 @@ public:
|
||||
static QList<Label> getLabels(qulonglong libraryId);
|
||||
|
||||
static void updateFolderTreeType(qulonglong id, QSqlDatabase &db, YACReader::FileType type);
|
||||
static void updateDBType(QSqlDatabase &db, YACReader::FileType type);
|
||||
|
||||
// load
|
||||
static Folder loadFolder(qulonglong id, QSqlDatabase &db);
|
||||
|
Reference in New Issue
Block a user