mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #450 Last-minute fix for settings synchronization logic.
This commit is contained in:
@@ -46,6 +46,9 @@ namespace BlackMisc
|
||||
//! Constructor.
|
||||
CIdentifier(const QString &name = QString());
|
||||
|
||||
//! Returns an anonymous identifier.
|
||||
static CIdentifier anonymous();
|
||||
|
||||
//! Name
|
||||
QString getName() const { return m_name; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user