summaryrefslogtreecommitdiffstats
path: root/src/ndgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-10-21 14:30:36 +0200
committerNiklas2011-10-21 14:30:36 +0200
commitd3981804f31fb842d37607c7db58f9b977ba366e (patch)
tree41d0c3d7a69d93b00a08e6cc2ff67163118535ea /src/ndgui.cpp
parentnow the two versions of the NetworkDiscovery code should be the same (except ... (diff)
downloadfbgui-d3981804f31fb842d37607c7db58f9b977ba366e.tar.gz
fbgui-d3981804f31fb842d37607c7db58f9b977ba366e.tar.xz
fbgui-d3981804f31fb842d37607c7db58f9b977ba366e.zip
added some config possibilities
Diffstat (limited to 'src/ndgui.cpp')
-rw-r--r--src/ndgui.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ndgui.cpp b/src/ndgui.cpp
index c0a390f..6e358b8 100644
--- a/src/ndgui.cpp
+++ b/src/ndgui.cpp
@@ -1,5 +1,13 @@
#include "ndgui.h"
+QString gServerIp("");
+bool gAutoUp = true;
+QString gSocketServerPath("");
+QString gPathToDhcpExe("");
+
+
+
+/*constructor*/
ndgui::ndgui(QMainWindow *parent) :
QMainWindow(parent) {