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