Macthing settings key lc

This commit is contained in:
Klaus Basan
2018-08-31 01:57:01 +02:00
parent fbbef75341
commit 88aee2db1a

View File

@@ -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; }