From 259a2e0ff8984325b59bc6dd7d9611867557865d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 23 Feb 2012 10:03:25 +0100 Subject: improved user choice coding... --- src/fbgui/ndgui.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/fbgui/ndgui.h') 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 _ifNameList; -- cgit v1.2.3-55-g7522