implement actions

This commit is contained in:
arcan1s
2015-01-04 02:01:07 +03:00
parent a830fc9372
commit 924beacc23
7 changed files with 112 additions and 1411 deletions

View File

@ -65,7 +65,7 @@ private:
bool debug = false;
// helper
bool checkHelperStatus(const bool useHelper = true);
void startHelper(const QString cmd = QString("/usr/bin/netctlgui-helper"));
void startApplication(const QString cmd = QString("/usr/bin/true"));
// dbus
QList<QVariant> sendDBusRequest(const QString cmd, const QList<QVariant> args = QList<QVariant>());
};