add dbus functions to netctlauto and wpasup

This commit is contained in:
arcan1s
2014-08-17 16:38:28 +04:00
parent 2c2919160b
commit dd05782f80
4 changed files with 44 additions and 0 deletions

View File

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