summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-09-29 15:48:11 +0200
committerNiklas2011-09-29 15:48:11 +0200
commit1a88507a1b7294e6288e64bbd326c9ef923f656e (patch)
tree4210a9a2c201d91112d895c743a8ef773df3b24a /LogReceiver/ndgui.cpp
parentdid some refactoring. added a user choice screen which is shown 2 seconds bef... (diff)
downloadfbgui-1a88507a1b7294e6288e64bbd326c9ef923f656e.tar.gz
fbgui-1a88507a1b7294e6288e64bbd326c9ef923f656e.tar.xz
fbgui-1a88507a1b7294e6288e64bbd326c9ef923f656e.zip
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
Diffstat (limited to 'LogReceiver/ndgui.cpp')
-rw-r--r--LogReceiver/ndgui.cpp12
1 files changed, 0 insertions, 12 deletions
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);