mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Macthing settings key lc
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BlackMisc
|
|||||||
struct TModelMatching : public TSettingTrait<CAircraftMatcherSetup>
|
struct TModelMatching : public TSettingTrait<CAircraftMatcherSetup>
|
||||||
{
|
{
|
||||||
//! Key in data cache
|
//! Key in data cache
|
||||||
static const char *key() { return "Matching"; }
|
static const char *key() { return "matching"; }
|
||||||
|
|
||||||
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
||||||
static const QString &humanReadable() { static const QString name("Model matching"); return name; }
|
static const QString &humanReadable() { static const QString name("Model matching"); return name; }
|
||||||
|
|||||||
Reference in New Issue
Block a user