Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15
-
None
-
-
b43ec7e9f9d043ee3b82a5207ac124d77ce5afca (qt/qtbase/dev) 21cd4b8597d21ccf0beefc59545275df87459d8a (qt/qtbase/6.2) 363158c019ae39910a56a37fa44394cc4eb49e3a (qt/tqtc-qtbase/5.15) 78613566c64af03e57e66e773db42107ee8bc09b (qt/qtbase/6.1)
-
Da Vinci sprint 36
Description
https://doc.qt.io/qt-5/qrandomgenerator64.html#generate
Refers to a static
QRandomGenerator64::generate()
but it won't compile. It probably meant:
QRandomGenerator64::global()->generate()
?
This is true for the non-64 variant too.