summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-07 23:42:54 +0100
committerJonathan Bauer2011-03-07 23:42:54 +0100
commite9e362bc2430fa54bfe1fcab8eb361721d93a4f1 (patch)
tree0896dbf72fe8e257b8843d819f0d9873fd441b0c /src/fbgui.cpp
parenttypos (diff)
downloadfbgui-e9e362bc2430fa54bfe1fcab8eb361721d93a4f1.tar.gz
fbgui-e9e362bc2430fa54bfe1fcab8eb361721d93a4f1.tar.xz
fbgui-e9e362bc2430fa54bfe1fcab8eb361721d93a4f1.zip
jso
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 8f6fc88..90eb8f6 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -24,7 +24,7 @@ fbgui::fbgui(QApplication *parent)
JSObject* jso = new JSObject(webView->page()->mainFrame());
QObject::connect(webView->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()), jso, SLOT(attachToDOM()));
- QObject::connect(jso, SIGNAL(signalQuitAll()), parent, SLOT(quit()));
+ //QObject::connect(jso, SIGNAL(signalQuitAll()), parent, SLOT(quit()));
/* Init Download Manager */
DownloadManager* dm = new DownloadManager();