diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-04-11 02:43:28 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-04-18 00:18:44 (GMT) |
commit | ed3703f6779e7bc94744347eeb4d925d0f7f267c (patch) | |
tree | ca102dbfdaf678bbb22370ce0b40344982c5acc8 /tests/auto/qeasingcurve | |
parent | 7b0d6dce4b00c190b57da1edc65cd129765cdd24 (diff) | |
download | Qt-ed3703f6779e7bc94744347eeb4d925d0f7f267c.zip Qt-ed3703f6779e7bc94744347eeb4d925d0f7f267c.tar.gz Qt-ed3703f6779e7bc94744347eeb4d925d0f7f267c.tar.bz2 |
Remove autotest code related to old Qt versions
Reviewed-by: Rohan McGovern
Diffstat (limited to 'tests/auto/qeasingcurve')
-rw-r--r-- | tests/auto/qeasingcurve/tst_qeasingcurve.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qeasingcurve/tst_qeasingcurve.cpp b/tests/auto/qeasingcurve/tst_qeasingcurve.cpp index 327b6f3..f10d35b 100644 --- a/tests/auto/qeasingcurve/tst_qeasingcurve.cpp +++ b/tests/auto/qeasingcurve/tst_qeasingcurve.cpp @@ -42,10 +42,6 @@ #include <QtTest/QtTest> -#if QT_VERSION < 0x040200 -QTEST_NOOP_MAIN -#else - #include <qeasingcurve.h> //TESTED_CLASS= @@ -578,5 +574,3 @@ void tst_QEasingCurve::metaTypes() QTEST_MAIN(tst_QEasingCurve) #include "tst_qeasingcurve.moc" - -#endif //QT_VERSION |