From dfeedc17a25d8d2fdc4e52927e7c34f1ff045c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Sun, 26 Jul 2020 18:25:06 +0200 Subject: Disable deprecation warnings in some tests The tests are testing deprecated functionality, which we still want to test. Change-Id: Iad6ed35800896170c17fe019c7a6ecda22398ac3 Reviewed-by: Volker Hilsheimer --- tests/auto/corelib/global/qflags/tst_qflags.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/corelib/global/qflags') diff --git a/tests/auto/corelib/global/qflags/tst_qflags.cpp b/tests/auto/corelib/global/qflags/tst_qflags.cpp index 7060fc8b31..56319f215d 100644 --- a/tests/auto/corelib/global/qflags/tst_qflags.cpp +++ b/tests/auto/corelib/global/qflags/tst_qflags.cpp @@ -27,6 +27,8 @@ ****************************************************************************/ #include +QT_WARNING_DISABLE_DEPRECATED + class tst_QFlags: public QObject { Q_OBJECT -- cgit v1.2.3