2021-02-02 Fred Gleason <fredg@paravelsystems.com>

* Refactored the 'System-Wide Settings' dialog in rdadmin(1) to use
	'QMultiMap' instead of 'std::map'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-02 20:45:27 -05:00
parent 074cfb0c8c
commit 4c3775132a
2 changed files with 9 additions and 5 deletions

View File

@@ -20993,3 +20993,6 @@
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'System-Wide Settings' dialog in rdadmin(1) to use
the model-based API.
2021-02-02 Fred Gleason <fredg@paravelsystems.com>
* Refactored the 'System-Wide Settings' dialog in rdadmin(1) to use
'QMultiMap' instead of 'std::map'.