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 <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Konstantin Ritt 2014-04-04 13:55:32 +03:00 committed by The Qt Project
parent 330f6e3598
commit c603a29550

View File

@ -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 <QtTest/QtTest>
#include <QtGui/QtGui>
#include <private/qtextengine_p.h>
@ -322,6 +317,3 @@ void tst_QComplexText::bidiCursor_PDF()
QTEST_MAIN(tst_QComplexText)
#include "tst_qcomplextext.moc"
#endif // Q_OS_MAC