diff options
author | Edward Welbourne <edward.welbourne@qt.io> | 2020-07-20 13:37:58 +0200 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@qt.io> | 2020-08-14 09:59:36 +0200 |
commit | 9ee554ac1d1af97e7ad5b4bf78e2779f7d1c405f (patch) | |
tree | c40e65aa3b2f7d02c32b592855c8c03252909c2b /tests/auto/corelib/global/qrand/.gitignore | |
parent | ff555d89650f5cea72365e12fb2b71be9e25b89d (diff) |
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 <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/corelib/global/qrand/.gitignore')
-rw-r--r-- | tests/auto/corelib/global/qrand/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/qrand/.gitignore b/tests/auto/corelib/global/qrand/.gitignore deleted file mode 100644 index e8ec2ebfd1..0000000000 --- a/tests/auto/corelib/global/qrand/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tst_qrand |