3 #ifndef WOBGEN_MTDeleteRole
4 #define WOBGEN_MTDeleteRole
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
26 explicit MTDeleteRole(
const QString &arole,QString iface);
39 QByteArray encodeData();
40 void decodeData(QByteArray);
42 virtual void endQuery();
47 static MTDeleteRole query(
const QString &arole,QString iface=
"MagicSmoke");
51 static MTDeleteRole asyncQuery(
const QString &arole,QString iface=
"MagicSmoke");
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTDeleteRole.h:8
friend class MTDeleteRole
Definition: srcMTDeleteRole.cpp:15
Attempts to delete a role.
Definition: srcMTDeleteRole.h:16
Definition: srcMTDeleteRole.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)