mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-10-15 01:19:56 +00:00
added profile file
This commit is contained in:
@ -19,17 +19,21 @@
|
||||
#define WPASUPINTERACT_H
|
||||
|
||||
#include <QDir>
|
||||
#include <QWidget>
|
||||
#include <QObject>
|
||||
|
||||
|
||||
class MainWindow;
|
||||
|
||||
class WpaSup : public QWidget
|
||||
class WpaSup : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
WpaSup(MainWindow *wid, QStringList wpaConfig, QString sudoPath, QString ifaceDir, QString preferedInterface);
|
||||
explicit WpaSup(MainWindow *wid = 0,
|
||||
QStringList wpaConfig = QStringList(),
|
||||
QString sudoPath = QString(""),
|
||||
QString ifaceDir = QString(""),
|
||||
QString preferedInterface = QString(""));
|
||||
~WpaSup();
|
||||
// general information
|
||||
QStringList getInterfaceList();
|
||||
|
Reference in New Issue
Block a user