From ff14b5e5dbe41f04963540ce565758d6d4919dba Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 17 May 2011 18:00:14 +0200 Subject: [PATCH] Always file for vv settings instead of registry for Windows --- vv/vvUtils.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vv/vvUtils.cxx b/vv/vvUtils.cxx index e992047..3ef9cc6 100644 --- a/vv/vvUtils.cxx +++ b/vv/vvUtils.cxx @@ -30,7 +30,7 @@ QString getVVSettingsPath(){ } QSettings::Format getSettingsOptionFormat(){ - return QSettings::NativeFormat; + return QSettings::IniFormat; } ///Returns the last images opened by the user -- 2.45.1