mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
@@ -66,6 +66,17 @@ namespace BlackCore
|
|||||||
//! \copydoc BlackMisc::CSettingTrait::defaultValue
|
//! \copydoc BlackMisc::CSettingTrait::defaultValue
|
||||||
static const QString &defaultValue() { static const QString dv("session"); return dv; }
|
static const QString &defaultValue() { static const QString dv("session"); return dv; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//! Interim positions enabled
|
||||||
|
struct InterimPositionsEnabled : public BlackMisc::CSettingTrait<bool>
|
||||||
|
{
|
||||||
|
//! \copydoc BlackMisc::CSettingTrait::key
|
||||||
|
static const char *key() { return "network/interimpositions"; }
|
||||||
|
|
||||||
|
//! \copydoc BlackMisc::CSettingTrait::defaultValue
|
||||||
|
static bool defaultValue() { return true; }
|
||||||
|
};
|
||||||
|
|
||||||
} // ns
|
} // ns
|
||||||
} // ns
|
} // ns
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
Reference in New Issue
Block a user