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>
This commit is contained in:
Marc Mutz 2022-02-26 01:45:42 +01:00
parent e4aa4d4f3d
commit b2c7f17b94

View File

@ -27,7 +27,6 @@
****************************************************************************/
#include <QTest>
QT_WARNING_DISABLE_DEPRECATED
class tst_QFlags: public QObject
{