update to netctl 1.10 and 1.11 changes

This commit is contained in:
arcan1s
2015-07-02 00:08:14 +03:00
parent 05a613b501
commit a216060447
24 changed files with 1030 additions and 341 deletions

View File

@ -23,6 +23,7 @@
#include <netctlgui/netctlgui.h>
class BondWidget;
class BridgeWidget;
class EthernetWidget;
class GeneralWidget;
@ -71,6 +72,7 @@ private:
// ui
MainWindow *mainWindow;
Ui::NewProfileWidget *ui = nullptr;
BondWidget *bondWid = nullptr;
BridgeWidget *bridgeWid = nullptr;
EthernetWidget *ethernetWid = nullptr;
GeneralWidget *generalWid = nullptr;