diff options
| author | Niklas | 2011-09-20 16:46:11 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-20 16:46:11 +0200 |
| commit | d3612f403d0122a6929837764fad849634b26e1b (patch) | |
| tree | 7a96bacd828e93f809ab62310bc7731578b784fa /LogReceiver/ndgui.cpp | |
| parent | solved the stupid mistake. just forgot to add an additional header file. rtnl... (diff) | |
| download | fbgui-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.cpp | 4 |
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; } |
