diff options
author | ninerider <qt-info@nokia.com> | 2009-10-07 14:59:27 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-10-07 14:59:27 (GMT) |
commit | 883b0828d3a9c407d4f3088f9c63a7c8094927ca (patch) | |
tree | a4b67b776394f18457d79e89560d8a7cc64106bb /tests/auto | |
parent | de0635e254b3d4641dc0c42f7cee96596dbeb648 (diff) | |
parent | 843bb5cb6dfb1a17454fe3cebb599377884ce00e (diff) | |
download | Qt-883b0828d3a9c407d4f3088f9c63a7c8094927ca.zip Qt-883b0828d3a9c407d4f3088f9c63a7c8094927ca.tar.gz Qt-883b0828d3a9c407d4f3088f9c63a7c8094927ca.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qtextlayout/tst_qtextlayout.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qtextlayout/tst_qtextlayout.cpp b/tests/auto/qtextlayout/tst_qtextlayout.cpp index f63742a..5ccae94 100644 --- a/tests/auto/qtextlayout/tst_qtextlayout.cpp +++ b/tests/auto/qtextlayout/tst_qtextlayout.cpp @@ -55,12 +55,7 @@ #include <qdebug.h> -// Same font point size values as in QFont::QFont(..) -#ifdef Q_OS_SYMBIAN -#define TESTFONT_SIZE 7 -#else #define TESTFONT_SIZE 12 -#endif //TESTED_CLASS= //TESTED_FILES= |