Open magnesj opened 4 years ago
If the date/time format string is stored as empty string in registry, the application displays multiple error messages before launch.
When creating a dateFormatString, an assert is triggered if no valid format is found. Find a better solution, avoid assert in this situation.
RiaQDateTimeTools::dateFormatString RiaQDateTimeTools::timeFormatString
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.
If the date/time format string is stored as empty string in registry, the application displays multiple error messages before launch.
When creating a dateFormatString, an assert is triggered if no valid format is found. Find a better solution, avoid assert in this situation.