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

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[] =