From 9ee554ac1d1af97e7ad5b4bf78e2779f7d1c405f Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 20 Jul 2020 13:37:58 +0200 Subject: qglobal.h: remove deprecated global functions Since 5.0 - qMalloc(), qFree(), qRealloc(), qMemCopy(), qMemSet() Since 5.15 - qsrand(), qrand() Change-Id: I74fa3d17b05521271c3dc563fc85a5b133289ce3 Reviewed-by: Lars Knoll --- tests/auto/corelib/global/qrand/qrand.pro | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/auto/corelib/global/qrand/qrand.pro (limited to 'tests/auto/corelib/global/qrand/qrand.pro') diff --git a/tests/auto/corelib/global/qrand/qrand.pro b/tests/auto/corelib/global/qrand/qrand.pro deleted file mode 100644 index ee1430aea5..0000000000 --- a/tests/auto/corelib/global/qrand/qrand.pro +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG += testcase -TARGET = tst_qrand -QT = core testlib -SOURCES = tst_qrand.cpp -- cgit v1.2.3