diff options
| author | Jonathan Bauer | 2011-03-10 00:55:45 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-10 00:55:45 +0100 |
| commit | 11f81f616547786f7102525c0f6769667a5b0f6f (patch) | |
| tree | 6b0d03e0ceb7b1ac4fa487e87a8fc829e9c88bcc /src/fbgui.cpp | |
| parent | real fix (diff) | |
| download | fbgui-11f81f616547786f7102525c0f6769667a5b0f6f.tar.gz fbgui-11f81f616547786f7102525c0f6769667a5b0f6f.tar.xz fbgui-11f81f616547786f7102525c0f6769667a5b0f6f.zip | |
untested
Diffstat (limited to 'src/fbgui.cpp')
| -rw-r--r-- | src/fbgui.cpp | 1 |
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); |
