summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-09-20 16:46:11 +0200
committerNiklas2011-09-20 16:46:11 +0200
commitd3612f403d0122a6929837764fad849634b26e1b (patch)
tree7a96bacd828e93f809ab62310bc7731578b784fa /LogReceiver/ndgui.cpp
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.cpp')
-rw-r--r--LogReceiver/ndgui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/LogReceiver/ndgui.cpp b/LogReceiver/ndgui.cpp
index 3fe9c65..7d638c0 100644
--- a/LogReceiver/ndgui.cpp
+++ b/LogReceiver/ndgui.cpp
@@ -187,5 +187,7 @@ void ndgui::showLog()
/*test html gui version*/
/* slots */
void ndgui::addInterface() {
-
+ QWebView *view;
+ view->page()->mainFrame();
+ QWebElement element;
}