Actions
Feature #1495
openQt: races_dialog slot parameters cleanup
Start date:
06/10/2025
Due date:
% Done:
0%
Estimated time:
Description
Qt races_dialog private slots (nation_selected, style_selected, and group_selected) parameters have several issues:
- The 'deselected' parameter is unused, so can be dropped (it's also typoed, but that doesn't matter when it's dropped completely)
- Parameters have different names in .h and .cpp. Should be the clear one ("selected" instead of "sl" in both
- Indentation of style_selected() is off
Files
Updated by Marko Lindqvist 5 days ago
- File 0086-Qt-Cleanup-races_dialog-slots-parameters.patch 0086-Qt-Cleanup-races_dialog-slots-parameters.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.2.1
Actions