Formatting

This commit is contained in:
Klaus Basan
2017-12-19 03:20:00 +01:00
parent 745fdb50d1
commit 379357d5d5
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ namespace BlackCore
QList<QCommandLineOption> CSetupReader::getCmdLineOptions() const
{
return QList<QCommandLineOption>
return QList<QCommandLineOption>
{
{
m_cmdBootstrapUrl,

View File

@@ -72,7 +72,7 @@ namespace BlackCore
//! Current setup (reader URLs, DB location, crash server)
//! \remarks aka "bootstrap file"
//! \threadsafe
BlackCore::Data::CGlobalSetup getSetup() const;
Data::CGlobalSetup getSetup() const;
//! Has cached setup ("bootstrap") data?
//! \threadsafe

View File

@@ -123,10 +123,10 @@ namespace BlackMisc
//! Bool to on/off
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);
//! Bool to true / false
//! Bool to true/false
BLACKMISC_EXPORT QString boolToTrueFalse(bool v, bool i18n = false);
//! Convert string to bool