small changes in the architecture

This commit is contained in:
arcan1s
2014-02-08 12:35:52 +04:00
parent 65086a9aa3
commit b439906be4
3 changed files with 30 additions and 19 deletions

View File

@ -48,7 +48,6 @@ public:
wpaConfDir = 4,
wpaConfGroup = 5
};
bool checkExternalApps(QString apps);
private slots:
void updateTabs(const int tab);
@ -65,6 +64,8 @@ private slots:
private:
Ui::MainWindow *ui;
bool checkExternalApps(QString apps);
bool checkState(QString state, QString item);
void createActions();
// configuration
QString netctlPath;