From 74bfbbab2b0012bbfadaf742e92c78bb7bff9e0c Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 19 Aug 2011 14:53:00 +0200 Subject: changed code order. added new signals --- workspace/LogReceiver/ndgui.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'workspace/LogReceiver/ndgui.cpp') diff --git a/workspace/LogReceiver/ndgui.cpp b/workspace/LogReceiver/ndgui.cpp index 629a8fb..0e743ed 100644 --- a/workspace/LogReceiver/ndgui.cpp +++ b/workspace/LogReceiver/ndgui.cpp @@ -7,6 +7,7 @@ ndgui::ndgui(QWidget *parent) connect(&logReceiver, SIGNAL(addNewInterface(QString, int)), this, SLOT(addNewInterface(QString, int))); connect(&logReceiver, SIGNAL(changeProgressBarValue(int , int )), this, SLOT(handleProgress(int, int))); + connect(&logReceiver, SIGNAL(connectionEstablished(QString)), this, SLOT(handleConnectionEstablished(QString))); buildGui(); @@ -93,3 +94,7 @@ void ndgui::handleProgress(int iFaceIndex, int newValue) { qDebug() << "Error: new value is smaller than the old value!"; } } + +void ndgui::handleConnectionEstablished(QString ifName) { + +} -- cgit v1.2.3-55-g7522