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/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/global/CMakeLists.txt') diff --git a/tests/auto/corelib/global/CMakeLists.txt b/tests/auto/corelib/global/CMakeLists.txt index 8f1a8171ea..29c696e121 100644 --- a/tests/auto/corelib/global/CMakeLists.txt +++ b/tests/auto/corelib/global/CMakeLists.txt @@ -6,7 +6,6 @@ add_subdirectory(qgetputenv) add_subdirectory(qglobal) add_subdirectory(qnumeric) add_subdirectory(qfloat16) -add_subdirectory(qrand) add_subdirectory(qrandomgenerator) add_subdirectory(qlogging) add_subdirectory(qtendian) -- cgit v1.2.3