[vlmc-devel] Core: Blind Qt4 build fix
Hugo Beauzée-Luyssen
git at videolan.org
Tue Mar 11 18:22:50 CET 2014
vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 11 19:22:34 2014 +0200| [c00c9ba6af5c0514267091442501f5e145b28629] | committer: Hugo Beauzée-Luyssen
Core: Blind Qt4 build fix
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c00c9ba6af5c0514267091442501f5e145b28629
---
src/Main/Core.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Main/Core.cpp b/src/Main/Core.cpp
index 904af63..dd8b9d7 100644
--- a/src/Main/Core.cpp
+++ b/src/Main/Core.cpp
@@ -42,7 +42,7 @@ Core::Core()
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
m_settings = new Settings( QStandardPaths::writableLocation( QStandardPaths::ConfigLocation ) );
#else
- m_settings = new Settings( QDesktopServices::storageLocation( QDesktopServices::ConfigLocation ) ),
+ m_settings = new Settings( QDesktopServices::storageLocation( QDesktopServices::DataLocation ) ),
#endif
}
More information about the Vlmc-devel
mailing list