summaryrefslogtreecommitdiffstats
path: root/src/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndgui.h')
-rw-r--r--src/ndgui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ndgui.h b/src/ndgui.h
index 96dac7a..f95e42d 100644
--- a/src/ndgui.h
+++ b/src/ndgui.h
@@ -8,6 +8,12 @@
#include "loggerengine.h"
#include "networkdiscovery.h"
+
+extern QString gServerIp;
+extern bool gAutoUp;
+extern QString gSocketServerPath;
+extern QString gPathToDhcpExe;
+
class ndgui: public QMainWindow {
Q_OBJECT