Jim Broadus 5f75bde396 libclementine-common: Use positive numbers for worker ids.
QRandomGenerator::generate() returns an unbounded int32, while the legacy
qrand method always returned a positive number. When generating a tag
reader ID with QRandomGenerator, cast the random value to an unsigned so
that it is formatted as a positive number in the name.

Note that most usages of QRandomGenrator in the codebase use bounded()
instead of generate(), and should work as expected.
2021-04-22 11:21:08 +01:00
..
2020-01-11 00:53:35 -08:00
2016-06-28 18:22:15 +01:00
2016-06-28 15:34:14 +01:00
2020-09-22 14:56:06 +01:00
2020-09-22 14:56:06 +01:00