Revision 54c24679
Von Sebastian Diel vor mehr als 10 Jahren hinzugefügt
| src/databasemigration.h | ||
|---|---|---|
|
Q_PROPERTY(QDateTime applyTime READ getApplyTime WRITE setApplyTime)
|
||
|
|
||
|
public:
|
||
|
DatabaseMigration();
|
||
|
Q_INVOKABLE DatabaseMigration();
|
||
|
DatabaseMigration(QString version, QDateTime applyTime);
|
||
|
~DatabaseMigration();
|
||
|
QString getVersion() const;
|
||
Auch abrufbar als: Unified diff
Q_INVOKABLE