diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-08-24 11:47:18 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-09-01 16:57:46 +0000 |
commit | 51e501fa8d11277fef35da4d81d9cdd2d9657d21 (patch) | |
tree | fb6ce7c7d63fd7834862dd2cb32330cbbcac1a0f /tests/manual/qtouchevent | |
parent | a869e4772baa67e6d06ad03199655ff4731ea5dc (diff) | |
download | qtbase-51e501fa8d11277fef35da4d81d9cdd2d9657d21.tar.gz |
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/manual/qtouchevent')
-rw-r--r-- | tests/manual/qtouchevent/qtouchevent.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/qtouchevent/qtouchevent.pro b/tests/manual/qtouchevent/qtouchevent.pro index 6a1ca85335..81384eaf24 100644 --- a/tests/manual/qtouchevent/qtouchevent.pro +++ b/tests/manual/qtouchevent/qtouchevent.pro @@ -4,4 +4,3 @@ SOURCES = main.cpp \ touchwidget.cpp FORMS += form.ui HEADERS += touchwidget.h -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 |