From 847f10e9ccc8c3541782a790e04c85c6b4c701da Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 29 Aug 2014 13:18:41 +0200 Subject: Remove Qt version checks. Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller --- src/plugins/fakevim/fakevim_test.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/plugins/fakevim/fakevim_test.cpp') diff --git a/src/plugins/fakevim/fakevim_test.cpp b/src/plugins/fakevim/fakevim_test.cpp index 0aad5370fb..039018f765 100644 --- a/src/plugins/fakevim/fakevim_test.cpp +++ b/src/plugins/fakevim/fakevim_test.cpp @@ -49,11 +49,7 @@ * Tests after this macro will be skipped and warning printed. * Uncomment it to test a feature -- if tests succeeds it should be removed from the test. */ -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) -# define NOT_IMPLEMENTED QSKIP("Not fully implemented!", SkipSingle); -#else -# define NOT_IMPLEMENTED QSKIP("Not fully implemented!"); -#endif +#define NOT_IMPLEMENTED QSKIP("Not fully implemented!"); // Text cursor representation in comparisons. #define X "|" -- cgit v1.2.1