summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-09-19 17:29:20 +0200
committerNiklas2011-09-19 17:29:20 +0200
commitfa403d052da5a1a4bb932666ad824b45a84b6169 (patch)
treed1048428715f1a88da931852732b350230056d62 /LogReceiver/ndgui.cpp
parentroutmanager doRoute: changed the retun value in case of an error to -1 (diff)
downloadfbgui-fa403d052da5a1a4bb932666ad824b45a84b6169.tar.gz
fbgui-fa403d052da5a1a4bb932666ad824b45a84b6169.tar.xz
fbgui-fa403d052da5a1a4bb932666ad824b45a84b6169.zip
solved the stupid mistake. just forgot to add an additional header file. rtnl.h. now it is added an it compiles
Diffstat (limited to 'LogReceiver/ndgui.cpp')
-rw-r--r--LogReceiver/ndgui.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/LogReceiver/ndgui.cpp b/LogReceiver/ndgui.cpp
index 5543eef..3fe9c65 100644
--- a/LogReceiver/ndgui.cpp
+++ b/LogReceiver/ndgui.cpp
@@ -183,3 +183,9 @@ void ndgui::showLog()
{
qDebug() << "show log";
}
+
+/*test html gui version*/
+/* slots */
+void ndgui::addInterface() {
+
+}