mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T265, Ref T430, Ref T473 functions renamed
This commit is contained in:
committed by
Mat Sutcliffe
parent
6bd3a50ed8
commit
2d3e2e2d99
@@ -58,7 +58,7 @@ namespace BlackMisc
|
||||
|
||||
protected:
|
||||
//! Set versionn and timestamp values
|
||||
void setTimestampAndVersionFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
void setTimestampVersionFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
|
||||
QString m_version; //!< version info
|
||||
};
|
||||
@@ -128,7 +128,7 @@ namespace BlackMisc
|
||||
IDatastoreObjectWithIntegerKey(int key) : m_dbKey(key) {}
|
||||
|
||||
//! Set key and timestamp values
|
||||
void setKeyAndTimestampFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
void setKeyVersionTimestampFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
|
||||
//! Is a key available?
|
||||
static bool existsKey(const QJsonObject &json, const QString &prefix = QString());
|
||||
@@ -209,7 +209,7 @@ namespace BlackMisc
|
||||
IDatastoreObjectWithStringKey(const QString &key) : m_dbKey(key) {}
|
||||
|
||||
//! Set key and timestamp values
|
||||
void setKeyAndTimestampFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
void setKeyVersionTimestampFromDatabaseJson(const QJsonObject &json, const QString &prefix = QString());
|
||||
|
||||
//! Is a key available?
|
||||
static bool existsKey(const QJsonObject &json, const QString &prefix = QString());
|
||||
|
||||
Reference in New Issue
Block a user