summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-09-02 17:06:02 +0200
committerNiklas2011-09-02 17:06:02 +0200
commit603f6e47b2be2b5e03e63f6bee9c6364c92a251e (patch)
tree1cc7c4583e54691b031fe9de3a5e68f7a4bbddf3 /LogReceiver/ndgui.h
parentjust minor changes. deltions of unuseful comments (diff)
downloadfbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.gz
fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.xz
fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.zip
added a new container class which holds config informations about an interface. also solved the message loss problem by setting the read an writing messages to the same size
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h
index e8b0b85..cca603d 100644
--- a/LogReceiver/ndgui.h
+++ b/LogReceiver/ndgui.h
@@ -21,7 +21,7 @@ public:
public slots:
void handleProgress(QString ifName, int newValue);
void addNewInterface(QString ifName);
- void handleConnectionEstablished(QString ifName);
+ void handleConnectionEstablished(QString ifName, QString gateway);
void handleAbortBoot(QString msg);
void handleUpdateStatusLabel(QString ifName, QString status);
void handleAllProcessesFinished();
@@ -40,6 +40,7 @@ private:
LogReceiver logReceiver;
QStringList finalUsableInterfaces;
+ QMap<QString, QString> finalUsableIntefacesMap; // maps interfaceName to its gateway
int numberOfInterfaces;