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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LogReceiver/logreceiver.cpp') diff --git a/LogReceiver/logreceiver.cpp b/LogReceiver/logreceiver.cpp index b034013..7f573bf 100644 --- a/LogReceiver/logreceiver.cpp +++ b/LogReceiver/logreceiver.cpp @@ -94,7 +94,7 @@ QList LogReceiver::getListOfNetworkInterfaces() { continue; } result.append(nI.humanReadableName()); - emit addNewInterface(nI.humanReadableName()); + emit addInterface(nI.humanReadableName()); } } else { qDebug() << "no interfaces found!"; @@ -202,7 +202,7 @@ void LogReceiver::checkConnectivity(QString ifName) { qDebug() << "internet: check passed! for interface" << ifName; emit updateStatusLabel(ifName, "connection possible"); - emit connectionEstablished(ifName, ifConf.getGateway()); + emit connectionEstablished(&ifConf); } } -- cgit v1.2.3-55-g7522