summaryrefslogtreecommitdiffstats
path: root/archivetreeview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-15 09:58:19 +0200
committerArno <am@disconnect.de>2011-05-15 09:58:19 +0200
commit9b2f7da813faea42587c0a78435a41aa338471fe (patch)
tree97b3107d499695502d397af3d5c4eced92d4adcf /archivetreeview.h
parent3a70006747322708b81b91f52b447abb33d91df0 (diff)
downloadSheMov-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.h1
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);