fixed VolumesModel

VolumeComicsModel and LocalComicListModel finished
SortVolumeComics tables are now synchronized
This commit is contained in:
Luis Ángel San Martín
2013-10-20 21:20:42 +02:00
parent 63636dd417
commit 5a08e109f4
9 changed files with 258 additions and 23 deletions

View File

@ -23,13 +23,14 @@ public:
QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const;
QString getVolumeId(const QModelIndex & index) const;
QString getCoverURL(const QModelIndex & index) const;
signals:
public slots:
private:
QList <QList <QString> * > _data;
QList <QList <QString> > _data;
public:
enum Column {