Don't have a "see also qrand" from qrand

I guess what we wanted there was qsrand

Change-Id: I8e18e76ae65abf9de231d51faa61cc9142ea2b98
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Albert Astals Cid 2019-12-18 09:32:31 +01:00
parent a132e02540
commit 512b87bc28

View File

@ -1295,7 +1295,7 @@ void qsrand(uint seed)
\note This function is deprecated. In new applications, use
QRandomGenerator instead.
\sa qrand(), QRandomGenerator
\sa qsrand(), QRandomGenerator
*/
int qrand()
{