diff options
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index 1f83e5a..b668ae6 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -64,7 +64,6 @@ class FilesystemWidget : public QWidget { void writeSettings(); void configChanged(); void dvdMount(); - void markSeen(); void moveToArchive(); void selectAllPV(); @@ -103,12 +102,9 @@ class FileSystemModel : public QFileSystemModel { Q_OBJECT public: FileSystemModel(QObject *parent = 0); - ~FileSystemModel(); - virtual QVariant data(const QModelIndex &index, int role) const; - bool isSeen(const QString &path) const; + ~FileSystemModel() {}; public slots: - void markAsSeen(const QString &path, bool seen); void markForClipboard(const QPersistentModelIndex &idx); void clearClipboardList(); |