diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla connect(this, &SheMov::configChanged, mFSWidget, &FilesystemWidget::configChanged); mFileWidget = new FSWidget; mTab->addTab(mFileWidget, tr("FS")); + connect(mFileWidget, &FSWidget::message, this, &SheMov::statusbarMessage); //experimental splash.showMessage(tr("Creating Movie archive..."), Qt::AlignHCenter, Qt::yellow); |