diff options
author | Arno <am@disconnect.de> | 2011-05-15 09:58:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-05-15 09:58:19 +0200 |
commit | 9b2f7da813faea42587c0a78435a41aa338471fe (patch) | |
tree | 97b3107d499695502d397af3d5c4eced92d4adcf /archivetreeview.h | |
parent | 3a70006747322708b81b91f52b447abb33d91df0 (diff) | |
download | SheMov-9b2f7da813faea42587c0a78435a41aa338471fe.tar.gz SheMov-9b2f7da813faea42587c0a78435a41aa338471fe.tar.bz2 SheMov-9b2f7da813faea42587c0a78435a41aa338471fe.zip |
Implement show all files
Implemented a new function showing all files belonging to the
selected series. The function respectect the current filter of
the SeriesTreeWidget.
Diffstat (limited to 'archivetreeview.h')
-rw-r--r-- | archivetreeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivetreeview.h b/archivetreeview.h index 342e3c4..0de5782 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -47,6 +47,7 @@ class ArchiveTreeView : public QWidget public slots: void setFileViewMode(int mode); + void showAllFiles(); void cleanDatabase(const QString &table); void showNoCoverDialog(); void selectMovie(const QModelIndex &idx); |