From 0e3076bfda34c93986c7197c4e0c35bc0860f91e Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 17 Mar 2013 13:52:46 +0100 Subject: Remove markAsSeen Wasn't used anyway, dropped DB-Table seen also. --- filesystemwidget.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'filesystemwidget.h') 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(); -- cgit v1.2.3-70-g09d2