summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-06-12 15:44:17 -0700
committerThiago Macieira <thiago.macieira@intel.com>2017-06-30 06:22:53 +0000
commitaf289aced943418128f84c753017d571ed1e4d4d (patch)
treeef61ed966c36b39d1de648dd9afe64ebd8e55a5a /doc
parent0781b64b56ea1116bf5bf214df782772c09f27ca (diff)
downloadqtsvg-af289aced943418128f84c753017d571ed1e4d4d.tar.gz
Use QRandomGenerator instead of q?rand
Change-Id: Icd0e0d4b27cb4e5eb892fffd14b5285d43f4afbf Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/bearercloud.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/bearercloud.qdoc b/doc/src/examples/bearercloud.qdoc
index eeead0d..a8465e0 100644
--- a/doc/src/examples/bearercloud.qdoc
+++ b/doc/src/examples/bearercloud.qdoc
@@ -68,9 +68,9 @@
\section1 Setting the Scene
- When constructing the scene we first calculate some random offsets using the global qsand()
- and qrand() functions. We will use these offsets to scatter the initial position of new Cloud
- objects.
+ When constructing the scene we first calculate some random offsets using \l
+ QRandomGenerator. We will use these offsets to scatter the initial position
+ of new Cloud objects.
Next we place a text item in the center of the scene to represent the local device and
surround it with four concentric circles to help visualize the orbits.