summaryrefslogtreecommitdiffstats
path: root/src/javascriptInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/javascriptInterface.cpp')
-rw-r--r--src/javascriptInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/javascriptInterface.cpp b/src/javascriptInterface.cpp
index 955ff4e..9417edd 100644
--- a/src/javascriptInterface.cpp
+++ b/src/javascriptInterface.cpp
@@ -55,9 +55,9 @@ void javascriptInterface::updateProgressBar(QString current, int i)
}
//-------------------------------------------------------------------------------------------------------
-void javascriptInterface::quitAll()
+void javascriptInterface::quit()
{
if (debug) qDebug() << "Quit signal.";
- emit signalQuitAll();
+ emit quitFbgui();
}