summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-12-18 09:32:31 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-12-19 09:03:01 +0100
commit512b87bc28fc70058e240cf720fdfc9c9da98afb (patch)
treed3ce6b5636d6ad4ae04cb7864f2cd0daf0f0f3e7 /src/corelib
parenta132e0254005b2954b11705b32650c9018049187 (diff)
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>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qrandom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qrandom.cpp b/src/corelib/global/qrandom.cpp
index 3cbd40b772..10672c1f92 100644
--- a/src/corelib/global/qrandom.cpp
+++ b/src/corelib/global/qrandom.cpp
@@ -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()
{