3 #ifndef WOBGEN_MTEmptyVoucher
4 #define WOBGEN_MTEmptyVoucher
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
29 explicit MTEmptyVoucher(
const QString &avoucherid,
const QString &acomment,QString iface);
42 QByteArray encodeData();
43 void decodeData(QByteArray);
45 virtual void endQuery();
51 static MTEmptyVoucher query(
const QString &avoucherid,
const QString &acomment,QString iface=
"MagicSmoke");
56 static MTEmptyVoucher asyncQuery(
const QString &avoucherid,
const QString &acomment,QString iface=
"MagicSmoke");
58 Q_SLOT Nullable<MOVoucher> getvoucher()
const;
friend class MTEmptyVoucher
Definition: srcMTEmptyVoucher.cpp:15
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTEmptyVoucher.h:8
Definition: srcMTEmptyVoucher.cpp:12
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
Empties a voucher, makes it invalid for any further use, but also keeps the price tag...
Definition: srcMTEmptyVoucher.h:18