MantisBT - Doomseeker | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0004083 | Doomseeker | [All Projects] Cleanup | public | 2023-01-04 20:46 | 2023-02-21 09:27 |
Reporter | Zalewa | ||||
Assigned To | |||||
Priority | low | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | 1.3.3 | ||||
Target Version | 1.5.0 | Fixed in Version | |||
Summary | 0004083: qrand() is deprecated | ||||
Description | Doomseeker uses qrand() in its refresher code and in the fake plugin. The compiler complains that it's deprecated. | ||||
Steps To Reproduce | |||||
Additional Information | The equivalent replacement seems to be QRandomGenerator::global()->generate(), but QRandomGenerator was added in Qt 5.10. I still need to build against Qt 5.7. We could also use our own Random class which is also a part of the Plugin API. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2023-01-04 20:46 | Zalewa | New Issue | |||
2023-01-05 13:09 | Pol M | Note Added: 0022669 | |||
2023-01-05 13:17 | Pol M | Note Edited: 0022669 | bug_revision_view_page.php?bugnote_id=22669#r13883 | ||
2023-01-06 00:08 | Zalewa | Note Added: 0022676 | |||
2023-01-25 22:00 | Zalewa | Target Version | => 1.5.0 | ||
2023-02-21 09:27 | Blzut3 | Note Added: 0022779 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|