Fix to last commit

This commit is contained in:
Christophe Dumez 2010-07-16 14:40:50 +00:00
commit d354d7133e

View file

@ -64,6 +64,7 @@ public:
}
void setValue(const QString &key, const QVariant &val) {
if(format() == QSettings::NativeFormat)
key = key.replace("/", "\\");
QSettings::setValue(key, val);
}