mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
loadCovers funcionando....
falta integrar la ordenaci?n sensible al locale...
This commit is contained in:
@ -15,8 +15,8 @@ private:
|
||||
public:
|
||||
DataBaseManagement();
|
||||
TreeModel * newTreeModel(QString path);
|
||||
QSqlDatabase createDatabase(QString name, QString path);
|
||||
QSqlDatabase loadDatabase(QString path);
|
||||
static QSqlDatabase createDatabase(QString name, QString path);
|
||||
static QSqlDatabase loadDatabase(QString path);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user