mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Formatting
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackCore
|
|||||||
//! Current setup (reader URLs, DB location, crash server)
|
//! Current setup (reader URLs, DB location, crash server)
|
||||||
//! \remarks aka "bootstrap file"
|
//! \remarks aka "bootstrap file"
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
BlackCore::Data::CGlobalSetup getSetup() const;
|
Data::CGlobalSetup getSetup() const;
|
||||||
|
|
||||||
//! Has cached setup ("bootstrap") data?
|
//! Has cached setup ("bootstrap") data?
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
|
|||||||
@@ -123,10 +123,10 @@ namespace BlackMisc
|
|||||||
//! Bool to on/off
|
//! Bool to on/off
|
||||||
BLACKMISC_EXPORT QString boolToOnOff(bool v, bool i18n = false);
|
BLACKMISC_EXPORT QString boolToOnOff(bool v, bool i18n = false);
|
||||||
|
|
||||||
//! Bool to yes / no
|
//! Bool to yes/no
|
||||||
BLACKMISC_EXPORT QString boolToYesNo(bool v, bool i18n = false);
|
BLACKMISC_EXPORT QString boolToYesNo(bool v, bool i18n = false);
|
||||||
|
|
||||||
//! Bool to true / false
|
//! Bool to true/false
|
||||||
BLACKMISC_EXPORT QString boolToTrueFalse(bool v, bool i18n = false);
|
BLACKMISC_EXPORT QString boolToTrueFalse(bool v, bool i18n = false);
|
||||||
|
|
||||||
//! Convert string to bool
|
//! Convert string to bool
|
||||||
|
|||||||
Reference in New Issue
Block a user