From 13d82dc26f2b5fdf5100d430f117bf071047a191 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 22 Feb 2012 13:13:53 +0100 Subject: sorted functions declarations & deleted some unused members... --- src/fbgui/ndgui.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/fbgui/ndgui.h') diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h index 05e2665..8a02a99 100644 --- a/src/fbgui/ndgui.h +++ b/src/fbgui/ndgui.h @@ -34,15 +34,14 @@ public: public slots: void startNetworkDiscovery(); + void handleConnectionEstablished(QString ifName); void handleAllProcessesFinished(); - void continueBootWithoutCheck(QString ifName); - void tryAgain(); - /* to delete once the new jsi is tested ... */ -// void addInterface(const QString &ifName); + void continueBootWithoutCheck(QString ifName); void continueBoot(const QString& ifName); + void tryAgain(); signals: void initFbgui(); @@ -59,11 +58,10 @@ private: QAction* _allowUserChoice; QAction* _tryAgain; - bool _userChoice;bool _started; + bool _userChoice; + bool _started; - QList _ifNameList; // maps interfaceName to its gateway - QList _manConfList; - QString _manualConfInterfaces; + QList _ifNameList; }; #endif // NDGUI_H -- cgit v1.2.3-55-g7522