From b2c7f17b940fb7735ff88d9af6e03729a2fdcdd0 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sat, 26 Feb 2022 01:45:42 +0100 Subject: tst_qflags: don't suppress deprecation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... if there aren't any. Pick-to: 6.3 Change-Id: I8531e0c1c3ca41d1b1a9d55c9d11782bd63b6f76 Reviewed-by: Thiago Macieira Reviewed-by: Qt CI Bot Reviewed-by: Tor Arne Vestbø --- tests/auto/corelib/global/qflags/tst_qflags.cpp | 1 - 1 file changed, 1 deletion(-) (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 5857767c20..73a76ebcde 100644 --- a/tests/auto/corelib/global/qflags/tst_qflags.cpp +++ b/tests/auto/corelib/global/qflags/tst_qflags.cpp @@ -27,7 +27,6 @@ ****************************************************************************/ #include -QT_WARNING_DISABLE_DEPRECATED class tst_QFlags: public QObject { -- cgit v1.2.3