From 9df74a4de07f08d070e503b5bf4432e7c8c90360 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 10 Mar 2011 01:23:51 +0100 Subject: callback function when download queue is empty --- src/fbgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fbgui.cpp') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 08d7e9e..dc1891c 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -32,7 +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())); + QObject::connect(dm, SIGNAL(downloadQueueEmpty()), jsi, SLOT(callbackOnDlQueueFinished())); setWindowFlags(Qt::Window); showFullScreen(); setCentralWidget(webView); -- cgit v1.2.3-55-g7522