From 3b81d83bf449ef6242489805af15b7da7b197d58 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 21 Sep 2011 16:59:09 +0200 Subject: gui is now html based. still some problems with the jQuery stuff. it does not display anything. --- LogReceiver/logreceiver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LogReceiver/logreceiver.h') 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(); -- cgit v1.2.3-55-g7522