3 #ifndef WOBGEN_MTRestoreBackup
4 #define WOBGEN_MTRestoreBackup
7 #ifndef WOBGEN_MAGICSMOKE__WOB_EXPORT
8 #define WOBGEN_MAGICSMOKE__WOB_EXPORT Q_DECL_IMPORT
11 #include "MTransaction"
27 explicit MTRestoreBackup(
const QString &abackup,
const bool &aupdate,QString iface);
40 QByteArray encodeData();
41 void decodeData(QByteArray);
43 virtual void endQuery();
49 static MTRestoreBackup query(
const QString &abackup,
const bool &aupdate,QString iface=
"MagicSmoke");
54 static MTRestoreBackup asyncQuery(
const QString &abackup,
const bool &aupdate,QString iface=
"MagicSmoke");
#define WOBGEN_MAGICSMOKE__WOB_EXPORT
Definition: srcMTRestoreBackup.h:8
Definition: srcMTRestoreBackup.cpp:12
Definition: transaction.h:25
friend class MTRestoreBackup
Definition: srcMTRestoreBackup.cpp:15
This transaction is used to restore backup data into the database.
Definition: srcMTRestoreBackup.h:16
Q_DECLARE_METATYPE(QDomNode)