mirror of
https://github.com/YACReader/yacreader
synced 2026-02-03 13:50:14 -05:00
movido el codigo de eliminaci?n de objetos de la base de datos a DBHelper
This commit is contained in:
@ -21,7 +21,6 @@ public:
|
||||
static QList<LibraryItem *> getFoldersFromParent(qulonglong parentId, QSqlDatabase & db, bool sort = true);
|
||||
qulonglong insert(QSqlDatabase & db);
|
||||
bool isDir(){return true;};
|
||||
void removeFromDB(QSqlDatabase & db);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user