summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qrand
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global/qrand')
-rw-r--r--tests/auto/corelib/global/qrand/tst_qrand.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qrand/tst_qrand.cpp b/tests/auto/corelib/global/qrand/tst_qrand.cpp
index 6a4b2b322b..279f4e0a34 100644
--- a/tests/auto/corelib/global/qrand/tst_qrand.cpp
+++ b/tests/auto/corelib/global/qrand/tst_qrand.cpp
@@ -27,6 +27,8 @@
****************************************************************************/
#include <QtTest/QtTest>
+QT_WARNING_DISABLE_DEPRECATED
+
class tst_QRand: public QObject
{
Q_OBJECT