summaryrefslogtreecommitdiffstats
path: root/LogReceiver/main.cpp
diff options
context:
space:
mode:
authorNiklas2011-10-07 14:07:39 +0200
committerNiklas2011-10-07 14:07:39 +0200
commit4595eb426c6e22eba62642f4f64b451c43964fc0 (patch)
tree34facf89448b624556b783c7c8cf3478367ccc10 /LogReceiver/main.cpp
parentmodified the check for carrier signal. on autoUp==true: if no interface is in... (diff)
downloadfbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.gz
fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.xz
fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.zip
renaming of the projekt form LogReceiver into NetworkDiscovery
Diffstat (limited to 'LogReceiver/main.cpp')
-rw-r--r--LogReceiver/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/LogReceiver/main.cpp b/LogReceiver/main.cpp
deleted file mode 100644
index a8cd960..0000000
--- a/LogReceiver/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "ndgui.h"
-
-#include <QtGui>
-#include <QApplication>
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- ndgui w;
- w.show();
- return a.exec();
-}