summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-03 06:08:49 +0200
committerArno <arno@disconnect.de>2018-04-03 06:08:49 +0200
commit89eaa06a8c5f437c4819cbe1d5c3cc9bce9c3240 (patch)
tree9d9244e75c82b83818647d42fe018216ad7f6eac /shemov.cpp
parenteb9ed351b179802e3cfc21ccb3311077965d6541 (diff)
downloadSheMov-89eaa06a8c5f437c4819cbe1d5c3cc9bce9c3240.tar.gz
SheMov-89eaa06a8c5f437c4819cbe1d5c3cc9bce9c3240.tar.bz2
SheMov-89eaa06a8c5f437c4819cbe1d5c3cc9bce9c3240.zip
FSWidget: Update free space after gatherData()
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 47018b7..539a90a 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -70,6 +70,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
setSize(size);
setDuration(duration, false);
});
+ connect(mFileWidget, &FSWidget::needRefreshFs, this, &SheMov::setFsFree);
//experimental
splash.showMessage(tr("Creating Movie archive..."), Qt::AlignHCenter, Qt::yellow);