summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-09-20 16:46:11 +0200
committerNiklas2011-09-20 16:46:11 +0200
commitd3612f403d0122a6929837764fad849634b26e1b (patch)
tree7a96bacd828e93f809ab62310bc7731578b784fa /LogReceiver/ndgui.h
parentsolved the stupid mistake. just forgot to add an additional header file. rtnl... (diff)
downloadfbgui-d3612f403d0122a6929837764fad849634b26e1b.tar.gz
fbgui-d3612f403d0122a6929837764fad849634b26e1b.tar.xz
fbgui-d3612f403d0122a6929837764fad849634b26e1b.zip
the checkConnectivity method is working now. we use the rtnl functions of the libnl.
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h
index 90af3a3..b320770 100644
--- a/LogReceiver/ndgui.h
+++ b/LogReceiver/ndgui.h
@@ -2,6 +2,9 @@
#define NDGUI_H
#include <QtGui/QWidget>
+#include <QWebElement>
+#include <QWebView>
+#include <QWebFrame>
#include <QProgressBar>
#include <QLabel>
#include <QGroupBox>