diff options
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archiveview.h b/archiveview.h index 6abb86f..c786b33 100644 --- a/archiveview.h +++ b/archiveview.h @@ -124,17 +124,6 @@ class ArchiveFilesProxy : public QSortFilterProxyModel { explicit ArchiveFilesProxy(QObject *parent = 0); }; -class FileTypeDelegate : public QStyledItemDelegate { - Q_OBJECT - public: - explicit FileTypeDelegate(QObject *parent = 0); - virtual QString displayText(const QVariant &value, const QLocale &locale) const; - virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const; - - private: - QHash<int, QString> mFiletypeMap; -}; - /* separate widget since we need it in NewMovieWizard * and editing genres, actors in the new ArchiveView */ |