madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

Implemented DB backup, and new Exceptions. #188

Closed madmaxoft closed 5 years ago

madmaxoft commented 5 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)

Fixes #178, fixes #179.