mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added ordering field to all the 'lists' tables
This commit is contained in:
@ -127,6 +127,7 @@ protected:
|
||||
|
||||
private:
|
||||
void setupModelData( QSqlQuery &sqlquery);
|
||||
void setupModelDataForList(QSqlQuery &sqlquery);
|
||||
ComicDB _getComic(const QModelIndex & mi);
|
||||
QList<ComicItem *> _data;
|
||||
|
||||
|
Reference in New Issue
Block a user