mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-10 04:15:52 +00:00
add dbus functions to netctlauto and wpasup
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define TESTWPASUP_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
|
||||
class WpaSup;
|
||||
@ -36,6 +37,9 @@ private slots:
|
||||
|
||||
private:
|
||||
WpaSup *createWpaSupObj();
|
||||
QList<QVariant> sendDBusRequest(const QString path,
|
||||
const QString cmd,
|
||||
const QList<QVariant> args = QList<QVariant>());
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user