mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 05:32:05 +00:00
Fix to last commit
This commit is contained in:
parent
a1157c78b2
commit
d354d7133e
@ -64,7 +64,8 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setValue(const QString &key, const QVariant &val) {
|
void setValue(const QString &key, const QVariant &val) {
|
||||||
key = key.replace("/", "\\");
|
if(format() == QSettings::NativeFormat)
|
||||||
|
key = key.replace("/", "\\");
|
||||||
QSettings::setValue(key, val);
|
QSettings::setValue(key, val);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user