From fa403d052da5a1a4bb932666ad824b45a84b6169 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 19 Sep 2011 17:29:20 +0200 Subject: solved the stupid mistake. just forgot to add an additional header file. rtnl.h. now it is added an it compiles --- LogReceiver/ndgui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LogReceiver/ndgui.h') 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 -- cgit v1.2.3-55-g7522