added profile file

This commit is contained in:
arcan1s
2014-02-09 21:09:36 +04:00
parent da7f1488c8
commit 8d3a3d29d2
8 changed files with 250 additions and 624 deletions

View File

@ -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();