summaryrefslogtreecommitdiffstats
path: root/archivetreeview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-22 09:41:36 +0200
committerArno <am@disconnect.de>2011-05-22 09:41:36 +0200
commit3699ffafe4864a1e20c8980a610d68756c37f5cf (patch)
tree9a8d41007382755ef60693044374c8cdc14962d9 /archivetreeview.h
parent47d30d5f4838a1980545c36308858efc7d5bde0d (diff)
downloadSheMov-3699ffafe4864a1e20c8980a610d68756c37f5cf.tar.gz
SheMov-3699ffafe4864a1e20c8980a610d68756c37f5cf.tar.bz2
SheMov-3699ffafe4864a1e20c8980a610d68756c37f5cf.zip
Propagate changes from SeriesTreeModel::IsLocaL
Propagate changes to SeriesTreeModel::IsLocal to all attached views. For some reason this wasn't as easy as I thought...
Diffstat (limited to 'archivetreeview.h')
-rw-r--r--archivetreeview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivetreeview.h b/archivetreeview.h
index 15a27c5..68b0091 100644
--- a/archivetreeview.h
+++ b/archivetreeview.h
@@ -47,7 +47,7 @@ class ArchiveTreeView : public QWidget
public slots:
void setFileViewMode(int mode);
- void showAllFiles();
+ void showAllFiles(bool toggled);
void cleanDatabase(const QString &table);
void showNoCoverDialog();
void selectMovie(const QModelIndex &idx);
@@ -81,6 +81,7 @@ class ArchiveTreeView : public QWidget
//misc
QString mWindowTitle;
NoCoverMovieDialog *mNoCoverDialog;
+ bool mShowAllFiles;
};
class NoCoverMovieModel : public SmTreeModel {