From af289aced943418128f84c753017d571ed1e4d4d Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 12 Jun 2017 15:44:17 -0700 Subject: Use QRandomGenerator instead of q?rand Change-Id: Icd0e0d4b27cb4e5eb892fffd14b5285d43f4afbf Reviewed-by: Lars Knoll --- doc/src/examples/bearercloud.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.2.1