From 1a88507a1b7294e6288e64bbd326c9ef923f656e Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 29 Sep 2011 15:48:11 +0200 Subject: tried to solve the timing problem. but failed. it is also enough to test for the isRunning flag in order to get informations about pluged state --- LogReceiver/ndgui.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'LogReceiver/ndgui.cpp') diff --git a/LogReceiver/ndgui.cpp b/LogReceiver/ndgui.cpp index be01224..eafc2f6 100644 --- a/LogReceiver/ndgui.cpp +++ b/LogReceiver/ndgui.cpp @@ -116,18 +116,6 @@ void ndgui::showLog() { QVariantList ndgui::getManualConfInterfaces() { qDebug() << "call getManualConfInterfaces"; - /* - QString jsonArr(""); - if(_manConfList.size() > 0) { - jsonArr = "["; - for(int i = 0; i < _manConfList.size()-1; i++) { - jsonArr += "'" + _manConfList.value(i) + "',"; - } - jsonArr += "'" + _manConfList.last() + "']"; - - } - qDebug() << "value of jsonArr:" << jsonArr; - */ QVariantList jsonArr; foreach (QString s, _manConfList) { QVariant e(s); -- cgit v1.2.3-55-g7522