mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
small changes in the architecture
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user