summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-09-23 14:08:55 +0200
committerNiklas2011-09-23 14:08:55 +0200
commit0216e9aadb7e794037d3cf553b05474de8322a74 (patch)
treefb4c699a56a459d9f4b628a5f66b19796de23f5c /LogReceiver/ndgui.h
parentchanged the css file for the networkdiscovery. now it looks a bit nicer (diff)
downloadfbgui-0216e9aadb7e794037d3cf553b05474de8322a74.tar.gz
fbgui-0216e9aadb7e794037d3cf553b05474de8322a74.tar.xz
fbgui-0216e9aadb7e794037d3cf553b05474de8322a74.zip
renamed the logreceiver to networkdiscovery and deleted the abortbootdialog and chooseinterfacedialog since this is now implemented via html/css/jquery
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h
index 7cbfb20..21217ec 100644
--- a/LogReceiver/ndgui.h
+++ b/LogReceiver/ndgui.h
@@ -8,9 +8,7 @@
#include <QGroupBox>
#include <QBoxLayout>
-#include "logreceiver.h"
-#include "chooseinterfacedialog.h"
-#include "abortbootdialog.h"
+#include "networkdiscovery.h"
#include "ui_ndgui.h"
@@ -50,12 +48,10 @@ private:
QWebView * _webView;
- LogReceiver logReceiver;
+ NetworkDiscovery networkDiscovery;
QMap<QString, interfaceconfiguration*> finalUsableIntefacesMap; // maps interfaceName to its gateway
- ChooseInterfaceDialog *cID;
- AbortBootDialog *aBD;
};