Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 586bb527

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID 586bb52764e24a29e0c71c18279f940358966703
  • Vorgänger 7e233492
  • Nachfolger b0bf458e

update

Unterschiede anzeigen:

src/databasemigration.cpp
DatabaseMigration::~DatabaseMigration() {
}
QString DatabaseMigration::getVersion() const
{
QString DatabaseMigration::getVersion() const {
return version;
}
void DatabaseMigration::setVersion(const QString &value)
{
void DatabaseMigration::setVersion(const QString &value) {
version = value;
}
QDateTime DatabaseMigration::getApplyTime() const
{
QDateTime DatabaseMigration::getApplyTime() const {
return applyTime;
}
void DatabaseMigration::setApplyTime(const QDateTime &value)
{
void DatabaseMigration::setApplyTime(const QDateTime &value) {
applyTime = value;
}

Auch abrufbar als: Unified diff