Closed madmaxoft closed 6 years ago
A DB is backed up once a day, and every time before an upgrade.
Also refactored the exception-handling code to use a custom exception type that has QString::arg-like formatting constructor: throw Exception("Format string: %1, %2", "abc", 123)
QString::arg
throw Exception("Format string: %1, %2", "abc", 123)
Fixes #178, fixes #179.
A DB is backed up once a day, and every time before an upgrade.
Also refactored the exception-handling code to use a custom exception type that has
QString::arg
-like formatting constructor:throw Exception("Format string: %1, %2", "abc", 123)
Fixes #178, fixes #179.