summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-09 21:15:31 +0100
committerJonathan Bauer2011-03-09 21:15:31 +0100
commitb3d2cbbb1df09ae529fa9ebb9946b28f175fedf8 (patch)
tree256ef746c8986fafaa3f099dee99a77cb54629cc /src/fbgui.cpp
parentDM: update sends only signals if the progress difference is >1% (diff)
downloadfbgui-b3d2cbbb1df09ae529fa9ebb9946b28f175fedf8.tar.gz
fbgui-b3d2cbbb1df09ae529fa9ebb9946b28f175fedf8.tar.xz
fbgui-b3d2cbbb1df09ae529fa9ebb9946b28f175fedf8.zip
renamed a few ugly names...
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 cd3153c..bfab8c4 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -28,7 +28,7 @@ fbgui::fbgui()
/* Init JavaScript interface */
javascriptInterface* jsi = new javascriptInterface(webView->page()->mainFrame());
// this still looks bad..
- QObject::connect(jsi, SIGNAL(signalQuitAll()), this, SLOT(close()));
+ QObject::connect(jsi, SIGNAL(quitFbgui()), this, SLOT(close()));
QObject::connect(webView->page()->mainFrame(), SIGNAL(javaScriptWindowObjectCleared()),
jsi, SLOT(attachToDOM()));