mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 22:35:51 +00:00
add dbus functions to netctlauto and wpasup
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define TESTNETCTLAUTO_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
|
||||
class Netctl;
|
||||
@ -39,6 +40,9 @@ private:
|
||||
NetctlProfile *createNetctlProfileObj();
|
||||
void createTestProfiles();
|
||||
void removeTestProfiles();
|
||||
QList<QVariant> sendDBusRequest(const QString path,
|
||||
const QString cmd,
|
||||
const QList<QVariant> args = QList<QVariant>());
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user