mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-02 15:45:40 +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) {
|
||||
key = key.replace("/", "\\");
|
||||
if(format() == QSettings::NativeFormat)
|
||||
key = key.replace("/", "\\");
|
||||
QSettings::setValue(key, val);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user