summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2012-02-22 11:28:40 +0100
committerJonathan Bauer2012-02-22 11:28:40 +0100
commit39ec25f4244a1cefbbf520ef615823a5991045db (patch)
tree965283ccb226f6b038271b819455b4738a7121d9 /src/fbgui/ndgui.h
parentglobals in extra class, new javascript interface classes for fbgui and ndgui,... (diff)
downloadfbgui-39ec25f4244a1cefbbf520ef615823a5991045db.tar.gz
fbgui-39ec25f4244a1cefbbf520ef615823a5991045db.tar.xz
fbgui-39ec25f4244a1cefbbf520ef615823a5991045db.zip
fix for continueBoot button from user choice dialog
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index 379479d..05e2665 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -41,7 +41,7 @@ public slots:
/* to delete once the new jsi is tested ... */
// void addInterface(const QString &ifName);
- void continueBoot(QString ifName);
+ void continueBoot(const QString& ifName);
signals: