mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T77, prefix for getDbKeyAsStringInParentheses
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackMisc
|
||||
QJsonValue getDbKeyAsJsonValue() const;
|
||||
|
||||
//! Db ley in parentheses, e.g. "(3)"
|
||||
QString getDbKeyAsStringInParentheses() const;
|
||||
QString getDbKeyAsStringInParentheses(const QString &prefix = {}) const;
|
||||
|
||||
//! Set the DB key
|
||||
void setDbKey(int key) { m_dbKey = key; }
|
||||
|
||||
Reference in New Issue
Block a user