summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-03-05 07:06:08 +0100
committerArno <arno@disconnect.de>2016-03-05 07:06:08 +0100
commite21b0975b70b6b5205d9ceb6a6b5085fe1fb55c1 (patch)
tree3882db604f230917f97cce267dac04a78a26366b /shemov.cpp
parent5340d279c92318b5ae42e2f39d405ebf036390a6 (diff)
downloadSheMov-e21b0975b70b6b5205d9ceb6a6b5085fe1fb55c1.tar.gz
SheMov-e21b0975b70b6b5205d9ceb6a6b5085fe1fb55c1.tar.bz2
SheMov-e21b0975b70b6b5205d9ceb6a6b5085fe1fb55c1.zip
Call setFsFree after CopyWorker is done
Update free space widget after deleting files from CopyWorker.
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 5b0b34c..673690a 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -87,6 +87,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
mTab->addTab(mArchiveBrowser, tr("Archive Browser"));
connect(mArchiveBrowser, SIGNAL(sizeChanged(qint64)), this, SLOT(setSize(qint64)));
connect(mArchiveBrowser, SIGNAL(itemCountChanged(int)), this, SLOT(updateSelectedCount(int)));
+ connect(mArchiveBrowser, SIGNAL(needFSFreeUpdate()), this, SLOT(setFsFree()));
//newmoviewizard + dbanalyzer + newpicsdialog + searchdialog
splash.showMessage(tr("Creating misc. Dialogs..."), Qt::AlignHCenter, Qt::yellow);