[vlmc-devel] Fix FTBFS in Qt4
Jean-Baptiste Kempf
git at videolan.org
Tue Mar 11 18:30:13 CET 2014
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 11 18:30:00 2014 +0100| [5a7d21e1a48e8a62a603ff449fa71bd60ee2ef0c] | committer: Jean-Baptiste Kempf
Fix FTBFS in Qt4
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=5a7d21e1a48e8a62a603ff449fa71bd60ee2ef0c
---
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 dd8b9d7..d73f28c 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::DataLocation ) ),
+ m_settings = new Settings( QDesktopServices::storageLocation( QDesktopServices::DataLocation ) );
#endif
}
More information about the Vlmc-devel
mailing list