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.h | |
| 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.h')
| -rw-r--r-- | LogReceiver/ndgui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h index 81ab266..90af3a3 100644 --- a/LogReceiver/ndgui.h +++ b/LogReceiver/ndgui.h @@ -36,6 +36,9 @@ public slots: void showAbortBootDialog(); void showChooseInterfaceDialog(); + /*test for html gui version*/ + void addInterface(); + private: Ui::ndguiClass ui; @@ -65,6 +68,8 @@ private: void buildGui(); void createInterfaceGroupBox(); + + }; #endif // NDGUI_H |
