diff options
author | Arno <am@disconnect.de> | 2013-03-17 13:52:46 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-17 13:52:46 +0100 |
commit | 0e3076bfda34c93986c7197c4e0c35bc0860f91e (patch) | |
tree | cdbef27603e0ce07765ff40d28c4b5ba919de6c1 /filesystemwidget.h | |
parent | 89946d85a39f3c0b5ea87c887340b4781b6b2900 (diff) | |
download | SheMov-0e3076bfda34c93986c7197c4e0c35bc0860f91e.tar.gz SheMov-0e3076bfda34c93986c7197c4e0c35bc0860f91e.tar.bz2 SheMov-0e3076bfda34c93986c7197c4e0c35bc0860f91e.zip |
Remove markAsSeen
Wasn't used anyway, dropped DB-Table seen also.
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(); |