diff options
author | Arno <am@disconnect.de> | 2013-02-07 14:08:52 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-02-07 14:08:52 +0100 |
commit | 9fbf13241d8a2aa0698f23c8e8f0626f3f237fb3 (patch) | |
tree | 8f575d52a82d1bcb9afd91d7b18b61f8a38364c7 /archivetreeview.h | |
parent | d9a730de4fd67671204aded5078f4bcf36fb4acb (diff) | |
download | SheMov-9fbf13241d8a2aa0698f23c8e8f0626f3f237fb3.tar.gz SheMov-9fbf13241d8a2aa0698f23c8e8f0626f3f237fb3.tar.bz2 SheMov-9fbf13241d8a2aa0698f23c8e8f0626f3f237fb3.zip |
Revamp Show all Files Action
Change action to show all local movies, no favorites, no pictures, to
ease selection of files to burn.
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 5013414..9abbb44 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -48,6 +48,7 @@ class ArchiveTreeView : public QWidget public slots: void setFileViewMode(int mode); void showAllFiles(bool toggled); + void showForBurn(bool toggled); void cleanDatabase(const QString &table); void selectMoviePart(int seriespartId, int seriesId); void copyPath(int type); |