From d3981804f31fb842d37607c7db58f9b977ba366e Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 21 Oct 2011 14:30:36 +0200 Subject: added some config possibilities --- src/ndgui.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ndgui.cpp') 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) { -- cgit v1.2.3-55-g7522