From c603a295501cfa99f1592e120ab40ba0db759a81 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Fri, 4 Apr 2014 13:55:32 +0300 Subject: Remove spurious #ifdef from tst_QComplexText That #ifdef is placed before any include, so it has no effect. Change-Id: I4bbf967bda720d287b363847669c5c7a22807bc4 Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/other/qcomplextext/tst_qcomplextext.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp index cc444872ec..03c51d9d6e 100644 --- a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp +++ b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp @@ -39,11 +39,6 @@ ** ****************************************************************************/ - -// Horrible hack, but this get this out of the way for now -// Carlos Duclos, 2007-12-11 -#if !defined(Q_OS_MAC) - #include #include #include @@ -322,6 +317,3 @@ void tst_QComplexText::bidiCursor_PDF() QTEST_MAIN(tst_QComplexText) #include "tst_qcomplextext.moc" - -#endif // Q_OS_MAC - -- cgit v1.2.3