You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix warning related to use of qrand() when building against Qt 5.15
Starting with Qt 5.15, the `qrand` function has been deprecated in favor of
`QRandomGenerator`. This change updates the codebase to use `QRandomGenerator`
when building against Qt 5.15 or later.
See qt/qtbase@b3c0e9afa ("Deprecate qrand/qsrand", 2001-09-17)
(cherry picked from commit commontk/PythonQt@c1579e2)
0 commit comments