mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
fix: Unify xswiftbus spelling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user