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>bb10
parent
a132e02540
commit
512b87bc28
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue