fix: Unify xswiftbus spelling

This commit is contained in:
Lars Toenning
2024-04-22 22:36:57 +02:00
parent d5a74e9baa
commit b39e8c3a7e
40 changed files with 86 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ BLACK_DECLARE_VALUEOBJECT_MIXINS(BlackMisc::Simulation::Settings, CXSwiftBusSett
namespace BlackMisc::Simulation::Settings
{
//! XSwiftBus settings
//! xswiftbus settings
class BLACKMISC_EXPORT CXSwiftBusSettings final :
public CValueObject<CXSwiftBusSettings>,
public CXSwiftBusSettingsQtFree,
@@ -105,7 +105,7 @@ namespace BlackMisc::Simulation::Settings
};
/*!
* Setting for XSwiftBus.
* Setting for xswiftbus.
*/
struct TXSwiftBusSettings : public TSettingTrait<CXSwiftBusSettings>
{
@@ -115,7 +115,7 @@ namespace BlackMisc::Simulation::Settings
//! \copydoc BlackMisc::TSettingTrait::humanReadable
static const QString &humanReadable()
{
static const QString name("XSwiftBus");
static const QString name("xswiftbus");
return name;
}

View File

@@ -12,8 +12,8 @@
namespace BlackMisc::Simulation::Settings
{
/*!
* XSwiftBus/swift side settings class, JSON capable, shared among all services
* \details Used on swift and XSwiftBus side, MUST BE Qt free
* xswiftbus/swift side settings class, JSON capable, shared among all services
* \details Used on swift and xswiftbus side, MUST BE Qt free
*/
class CXSwiftBusSettingsQtFree
{