OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
399 stars 106 forks source link

SymbolReplacementDialog: Use QSaveFile class #2273

Open dl3sdo opened 1 month ago

dl3sdo commented 1 month ago

Since saving a CRT file may overwrite an existing CRT file it's better to use QSaveFile instead of QFile.