summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevim_test.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-08-29 13:18:41 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-09-08 10:33:25 +0200
commit847f10e9ccc8c3541782a790e04c85c6b4c701da (patch)
treee59ebac8dfb77c88d8e5540855836ca79a9a7a91 /src/plugins/fakevim/fakevim_test.cpp
parent6f58e5b798e368e6254cc837e489bd8fd8f066e9 (diff)
downloadqt-creator-847f10e9ccc8c3541782a790e04c85c6b4c701da.tar.gz
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 <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/fakevim/fakevim_test.cpp')
-rw-r--r--src/plugins/fakevim/fakevim_test.cpp6
1 files changed, 1 insertions, 5 deletions
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 "|"