summaryrefslogtreecommitdiffstats
path: root/LogReceiver/logreceiver.h
diff options
context:
space:
mode:
authorNiklas2011-09-21 16:59:09 +0200
committerNiklas2011-09-21 16:59:09 +0200
commit3b81d83bf449ef6242489805af15b7da7b197d58 (patch)
tree26f78d0c6321a11acccf6418deb557033268a28c /LogReceiver/logreceiver.h
parentthe checkConnectivity method is working now. we use the rtnl functions of the... (diff)
downloadfbgui-3b81d83bf449ef6242489805af15b7da7b197d58.tar.gz
fbgui-3b81d83bf449ef6242489805af15b7da7b197d58.tar.xz
fbgui-3b81d83bf449ef6242489805af15b7da7b197d58.zip
gui is now html based. still some problems with the jQuery stuff. it does not display anything.
Diffstat (limited to 'LogReceiver/logreceiver.h')
-rw-r--r--LogReceiver/logreceiver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LogReceiver/logreceiver.h b/LogReceiver/logreceiver.h
index f5bdae1..172b1ae 100644
--- a/LogReceiver/logreceiver.h
+++ b/LogReceiver/logreceiver.h
@@ -56,9 +56,9 @@ private slots:
void handleClientDisconnect();
signals:
- void addNewInterface(QString ifName);
- void changeProgressBarValue(QString ifName, int newValue);
- void connectionEstablished(QString ifName, QString gateway);
+ void addInterface(const QString &ifName);
+ void changeProgressBarValue(const QString & ifName, const int $newValue);
+ void connectionEstablished(interfaceconfiguration *ifConf);
void abortBoot(QString msg);
void updateStatusLabel(QString ifName, QString status);
void allProcessesFinished();