summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-26 15:01:19 +0200
committerArno <am@disconnect.de>2013-07-26 15:01:19 +0200
commit46a552d89c70895abc75d94f3c647be29873afd9 (patch)
treed87dfdb44b343f51b2d5783d609a635154634703 /shemov.cpp
parent333fcd118f601efa36a272f4e6a0f4525a3a0626 (diff)
downloadSheMov-46a552d89c70895abc75d94f3c647be29873afd9.tar.gz
SheMov-46a552d89c70895abc75d94f3c647be29873afd9.tar.bz2
SheMov-46a552d89c70895abc75d94f3c647be29873afd9.zip
Use new icon scheme
Use new icon configuration consistently in: * Filemanager * NewMovieWizard * Experimental view
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index c7ba5db..7acf59f 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -128,6 +128,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
connect(this, SIGNAL(configChanged()), mFSWidget->fileView(), SLOT(readConfig()));
connect(this, SIGNAL(configChanged()), mATree->seriesWidget(), SLOT(readSettings()));
connect(this, SIGNAL(configChanged()), picViewer, SLOT(readSettings()));
+ connect(this, SIGNAL(configChanged()), c->archiveTreeModel(), SLOT(readConfig()));
connect(mFSWidget, SIGNAL(mounted(bool)), this, SLOT(checkMount(bool)));
QWidget *centralWidget = new QWidget;