summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-02-26 01:45:42 +0100
committerMarc Mutz <marc.mutz@qt.io>2022-03-03 00:18:39 +0100
commitb2c7f17b940fb7735ff88d9af6e03729a2fdcdd0 (patch)
tree8c28d024da62692ca8ec850be65f7c968cf118d8 /tests/auto/corelib/global/qflags
parente4aa4d4f3dbb6a0add69ac86b3ff22fe8469a3eb (diff)
tst_qflags: don't suppress deprecation warnings
... if there aren't any. Pick-to: 6.3 Change-Id: I8531e0c1c3ca41d1b1a9d55c9d11782bd63b6f76 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'tests/auto/corelib/global/qflags')
-rw-r--r--tests/auto/corelib/global/qflags/tst_qflags.cpp1
1 files changed, 0 insertions, 1 deletions
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 <QTest>
-QT_WARNING_DISABLE_DEPRECATED
class tst_QFlags: public QObject
{