diff options
Diffstat (limited to 'archivemodel.cpp')
-rw-r--r-- | archivemodel.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archivemodel.cpp b/archivemodel.cpp index 95e4081..0a2c645 100644 --- a/archivemodel.cpp +++ b/archivemodel.cpp @@ -963,10 +963,3 @@ void ArchiveCollector::checkCancelled(){ quit(); } } - -QVariant SimpleModel::data(const QModelIndex &index, int role) const{ - if(role == Qt::DecorationRole){ - return QIcon(":/male_chastity_belt.png"); - } - return QStringListModel::data(index, role); -} |