summaryrefslogtreecommitdiffstats
path: root/src/ndgui.cpp
diff options
context:
space:
mode:
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) {