summaryrefslogtreecommitdiffstats
path: root/src/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-10-21 14:30:36 +0200
committerNiklas2011-10-21 14:30:36 +0200
commitd3981804f31fb842d37607c7db58f9b977ba366e (patch)
tree41d0c3d7a69d93b00a08e6cc2ff67163118535ea /src/ndgui.h
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.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