[tracking] Make names of user-tracking styles consistent

- use kuserfeedback instead of "kde", to name the technology,
  not the community
This commit is contained in:
Adriaan de Groot 2020-06-17 14:26:14 +02:00
parent 5623d8086b
commit 3f55d415e9

View File

@ -154,7 +154,7 @@ UserTrackingConfig::UserTrackingConfig( QObject* parent )
static bool
isValidUserTrackingStyle( const QString& s )
{
static QStringList knownStyles { "kde" };
static QStringList knownStyles { "kuserfeedback" };
return knownStyles.contains( s );
}