Correct the order of the migrated settings' mappings

This commit is contained in:
sledgehammer999 2022-01-04 16:48:17 +02:00
parent bdcb00a3b2
commit a27822b557
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -233,8 +233,8 @@ namespace
{ {
struct KeyMapping struct KeyMapping
{ {
QString oldKey;
QString newKey; QString newKey;
QString oldKey;
}; };
const KeyMapping mappings[] = const KeyMapping mappings[] =