added ordering field to all the 'lists' tables

This commit is contained in:
Luis Ángel San Martín
2015-01-27 11:53:55 +01:00
parent eb0fa7e0fb
commit 27d096162d
3 changed files with 81 additions and 53 deletions

View File

@ -127,6 +127,7 @@ protected:
private:
void setupModelData( QSqlQuery &sqlquery);
void setupModelDataForList(QSqlQuery &sqlquery);
ComicDB _getComic(const QModelIndex & mi);
QList<ComicItem *> _data;