summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index af1a4e7..08d7e9e 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -32,6 +32,7 @@ fbgui::fbgui()
DownloadManager* dm = new DownloadManager();
QObject::connect(jsi, SIGNAL(requestFile(QString&)), dm, SLOT(downloadFile(QString&)));
QObject::connect(dm, SIGNAL(updateProgress(QString, int)), jsi, SLOT(updateProgressBar(QString, int)));
+ QObject::connect(dm, SIGNAL(downloadQueueEmpty()), jsi, SLOT(setCallbackOnDlQueueFinished()));
setWindowFlags(Qt::Window);
showFullScreen();
setCentralWidget(webView);