mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Ref T286, "humanReadable" functions
This commit is contained in:
@@ -29,6 +29,9 @@ namespace BlackMisc
|
||||
|
||||
//! \copydoc BlackCore::TDataTrait::isPinned
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
//! \copydoc BlackCore::TDataTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Last used server"); return name; }
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user