3 #ifndef WOBGEN_MTChangeMyPassword
4 #define WOBGEN_MTChangeMyPassword
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
27 explicit MTChangeMyPassword(
const QString &aoldpassword,
const QString &anewpassword,QString iface);
40 QByteArray encodeData();
41 void decodeData(QByteArray);
43 virtual void endQuery();
49 static MTChangeMyPassword query(
const QString &aoldpassword,
const QString &anewpassword,QString iface=
"MagicSmoke");
54 static MTChangeMyPassword asyncQuery(
const QString &aoldpassword,
const QString &anewpassword,QString iface=
"MagicSmoke");
Changes the password of the user of the current session. This may fail if the old password does not m...
Definition: srcMTChangeMyPassword.h:16
virtual bool canLogRequest() const
Definition: srcMTChangeMyPassword.h:56
Definition: transaction.h:25
friend class MTChangeMyPassword
Definition: srcMTChangeMyPassword.cpp:15
Definition: srcMTChangeMyPassword.cpp:12
Q_DECLARE_METATYPE(QDomNode)
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTChangeMyPassword.h:8