Skip to content
Commit 3ff02252 authored by Martin Tobias Holmedahl Sandsmark's avatar Martin Tobias Holmedahl Sandsmark
Browse files

Fix randomization in color scheme

Use the new std::random APIs in c++11 for generating random numbers,
which is much safer and doesn't abuse qsrand().

This also means we don't need to copy in the QUuid::createUuid() code
anymore, which generated a warning in ubsan.

REVIEW: 129342
parent a5ca9034
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment