summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.cpp
diff options
context:
space:
mode:
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;
}