mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
847fcfbb71
commit
291af98770
@@ -60,9 +60,11 @@ namespace BlackMisc
|
||||
QDateTime oldestDbTimestamp() const;
|
||||
|
||||
//! From DB JSON with default prefixes
|
||||
//! \remark Specialized classes might have their own fromDatabaseJson implementation
|
||||
static CONTAINER fromDatabaseJson(const QJsonArray &array);
|
||||
|
||||
//! From DB JSON
|
||||
//! \remark Specialized classes might have their own fromDatabaseJson implementation
|
||||
static CONTAINER fromDatabaseJson(const QJsonArray &array, const QString &prefix);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user