[vlmc-devel] Removes another check for Qt4/5

Barun Parruck git at videolan.org
Sun Mar 6 14:09:50 CET 2016


vlmc | branch: master | Barun Parruck <barun.parruck at gmail.com> | Sun Mar  6 12:10:15 2016 +0530| [275df6b757a63f088fb14f938515fa1115c5eee3] | committer: Hugo Beauzée-Luyssen

Removes another check for Qt4/5

The second of a series of patches that aim at removing code that will never be executed.

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> https://code.videolan.org/videolan/vlmc/commit/275df6b757a63f088fb14f938515fa1115c5eee3
---

 src/Main/Core.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/Main/Core.cpp b/src/Main/Core.cpp
index 31c555e..67dc4f1 100644
--- a/src/Main/Core.cpp
+++ b/src/Main/Core.cpp
@@ -26,12 +26,8 @@
 #include <QDir>
 #include <QtGlobal>
 #include <QUndoStack>
+#include <QStandardPaths>
 
-#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
-# include <QStandardPaths>
-#else
-# include <QDesktopServices>
-#endif
 
 #include <Backend/IBackend.h>
 #include <EffectsEngine/EffectsEngine.h>



More information about the Vlmc-devel mailing list