update submodule

update netctl-auto
update interfaces
This commit is contained in:
arcan1s
2015-03-15 18:17:49 +03:00
parent f80d6aae6b
commit 3f49988cef
19 changed files with 220 additions and 378 deletions

View File

@ -40,6 +40,7 @@ public:
Qt::ToolBarArea getToolBarArea();
public slots:
void showMessage(const bool status);
void showWindow();
void updateToolBarState(const Qt::ToolBarArea area = Qt::TopToolBarArea);
@ -63,7 +64,6 @@ private:
Ui::NetctlAutoWindow *ui = nullptr;
MainWindow *mainWindow = nullptr;
// backend
QString checkStatus(const bool statusBool, const bool nullFalse = false);
void createActions();
bool debug = false;
bool useHelper = true;