3 #ifndef WOBGEN_MTChangeTicketPrice
4 #define WOBGEN_MTChangeTicketPrice
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
41 QByteArray encodeData();
42 void decodeData(QByteArray);
44 virtual void endQuery();
50 static MTChangeTicketPrice query(
const QString &abarcode,
const qint64 &aprice,QString iface=
"MagicSmoke");
55 static MTChangeTicketPrice asyncQuery(
const QString &abarcode,
const qint64 &aprice,QString iface=
"MagicSmoke");
57 Q_SLOT Nullable<MOOrder> getorder()
const;
Definition: srcMTChangeTicketPrice.cpp:12
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTChangeTicketPrice.h:8
Definition: transaction.h:25
Q_DECLARE_METATYPE(QDomNode)
friend class MTChangeTicketPrice
Definition: srcMTChangeTicketPrice.cpp:15
Privileged users: change the price of a ticket. Usually you would change its category.
Definition: srcMTChangeTicketPrice.h:17