summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h6
1 files changed, 3 insertions, 3 deletions
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<QString, interfaceconfiguration*> finalUsableIntefacesMap; // maps interfaceName to its gateway
+ QList<QString> _ifNameList; // maps interfaceName to its gateway
};