1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

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