mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
try to get it work
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
|
||||
#include <QApplication>
|
||||
#include <QItemSelection>
|
||||
#include <QMainWindow>
|
||||
#include <QTableWidgetItem>
|
||||
#include <QMainWindow>
|
||||
|
||||
|
||||
class Netctl;
|
||||
@ -46,7 +46,7 @@ public:
|
||||
wpaConfDir = 4,
|
||||
wpaConfGroup = 5
|
||||
};
|
||||
bool checkExternalApps();
|
||||
bool checkExternalApps(QString apps);
|
||||
|
||||
private slots:
|
||||
void updateTabs(const int tab);
|
||||
|
||||
Reference in New Issue
Block a user