diff options
| author | Niklas | 2011-09-19 17:29:20 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-19 17:29:20 +0200 |
| commit | fa403d052da5a1a4bb932666ad824b45a84b6169 (patch) | |
| tree | d1048428715f1a88da931852732b350230056d62 /LogReceiver/ndgui.cpp | |
| parent | routmanager doRoute: changed the retun value in case of an error to -1 (diff) | |
| download | fbgui-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.cpp | 6 |
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() { + +} |
