diff options
author | Arno <am@disconnect.de> | 2013-07-10 12:37:05 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-10 12:37:05 +0200 |
commit | ce83da28dfe80b0af068a083002691a7dfb121d7 (patch) | |
tree | b498e08555c8a51bbd05c415a25591769374192c /archivemodel.h | |
parent | 493b6f3020dcd97697bb785fa47b8712b97189f8 (diff) | |
download | SheMov-ce83da28dfe80b0af068a083002691a7dfb121d7.tar.gz SheMov-ce83da28dfe80b0af068a083002691a7dfb121d7.tar.bz2 SheMov-ce83da28dfe80b0af068a083002691a7dfb121d7.zip |
Get rid of useless SimpleModel again
QStandardItemModel is much better than a poorly derived
QStringListModel...
Diffstat (limited to 'archivemodel.h')
-rw-r--r-- | archivemodel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archivemodel.h b/archivemodel.h index 5b84492..7b2fdf0 100644 --- a/archivemodel.h +++ b/archivemodel.h @@ -135,11 +135,4 @@ class ArchiveCollector : public QThread { bool mCancelled; }; -class SimpleModel : public QStringListModel { - Q_OBJECT - public: - explicit SimpleModel(QObject *parent = 0) : QStringListModel(parent) {} - virtual QVariant data(const QModelIndex &index, int role) const; -}; - #endif // ARCHIVEMODEL_H |