From: Enar Väikene Date: Wed, 19 Oct 2011 12:58:22 +0000 (+0300) Subject: Merge branch 'master' of ssh://server/var/gitpub/evaf X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=commitdiff_plain;h=0957525838e501a4609a15b8d7a765da43362025;hp=31e526453fe2983e8855342c980a1814bd39db7b;p=evaf Merge branch 'master' of ssh://server/var/gitpub/evaf --- diff --git a/src/libs/Common/inifile.cpp b/src/libs/Common/inifile.cpp index 2b21d55..14a47ee 100644 --- a/src/libs/Common/inifile.cpp +++ b/src/libs/Common/inifile.cpp @@ -394,7 +394,7 @@ bool IniFileImpl::setValue(QString const & paramName, QVariant const & value) #ifdef Q_OS_LINUX prefix = "linux:"; #endif -#if Q_OS_WIN32 +#ifdef Q_OS_WIN32 prefix = "windows:"; #endif }