summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2012-02-01 15:46:36 +0100
committerJonathan Bauer2012-02-01 15:46:36 +0100
commit3084244f6af4492582c05d27819b6aa61e36c688 (patch)
treec148c26ed066171fef36a67b93ad7afd96bea8a4 /src/fbgui/fbgui.cpp
parentadapted existing classes to reflect changes (diff)
downloadfbgui-3084244f6af4492582c05d27819b6aa61e36c688.tar.gz
fbgui-3084244f6af4492582c05d27819b6aa61e36c688.tar.xz
fbgui-3084244f6af4492582c05d27819b6aa61e36c688.zip
sysInfo gets interface name for MAC adress from networkdiscovery
Diffstat (limited to 'src/fbgui/fbgui.cpp')
-rw-r--r--src/fbgui/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui/fbgui.cpp b/src/fbgui/fbgui.cpp
index ee74452..7bf84e8 100644
--- a/src/fbgui/fbgui.cpp
+++ b/src/fbgui/fbgui.cpp
@@ -57,7 +57,7 @@ void fbgui::init() {
_webView->page()->mainFrame());
QObject::connect(jsi, SIGNAL(quitFbgui()), this, SLOT(close()));
QObject::connect(jsi, SIGNAL(shutDownClient()), this,
- SLOT(performShutDown()));
+ SLOT(shutdownSystem()));
QObject::connect(_webView->page()->mainFrame(), SIGNAL(
javaScriptWindowObjectCleared()), jsi, SLOT(attachToDOM()));