summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2012-02-23 10:03:25 +0100
committerJonathan Bauer2012-02-23 10:03:25 +0100
commit259a2e0ff8984325b59bc6dd7d9611867557865d (patch)
tree96ba68a14afdbfb3011a417a947a8b34358b6c6d /src/fbgui/ndgui.h
parentconnected interfaces saved in networkdiscovery class and now accessed by gett... (diff)
downloadfbgui-259a2e0ff8984325b59bc6dd7d9611867557865d.tar.gz
fbgui-259a2e0ff8984325b59bc6dd7d9611867557865d.tar.xz
fbgui-259a2e0ff8984325b59bc6dd7d9611867557865d.zip
improved user choice coding...
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index 3686c90..b884fb0 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -35,7 +35,7 @@ public slots:
void startNetworkDiscovery();
- void handleAllProcessesFinished();
+ void handleAllProcessesFinished(bool userChoice);
void continueBootWithoutCheck(QString ifName);
void continueBoot(const QString& ifName);
@@ -45,9 +45,6 @@ public slots:
signals:
void initFbgui();
-private slots:
- void setUserChoiceTrue();
-
private:
void addActions();
@@ -57,7 +54,6 @@ private:
QAction* _allowUserChoice;
QAction* _tryAgain;
- bool _userChoice;
bool _started;
QList<QString> _ifNameList;