From fcb16100b5aa80934c90ddd4a386acb14317f460 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Sep 2011 17:03:35 +0200 Subject: manual config gui added. put the interfaceconfig map into networkDiscovery and adopted the signals. --- LogReceiver/ndgui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LogReceiver/ndgui.h') diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h index 21217ec..c41cecd 100644 --- a/LogReceiver/ndgui.h +++ b/LogReceiver/ndgui.h @@ -20,14 +20,14 @@ public: ~ndgui(); public slots: - void handleConnectionEstablished(interfaceconfiguration *ifConf); + void handleConnectionEstablished(QString ifName); void abortBoot(QString msg); void chooseInterfaceDialog(QString msg); void handleAllProcessesFinished(); void restartSystem(); void shutDownSystem(); - void continueBoot(QString ifName, bool userChoice); + void continueBoot(QString ifName, int userChoice); void showLog(); void startNetworkDiscovery(); @@ -50,7 +50,7 @@ private: NetworkDiscovery networkDiscovery; - QMap finalUsableIntefacesMap; // maps interfaceName to its gateway + QList _ifNameList; // maps interfaceName to its gateway }; -- cgit v1.2.3-55-g7522