Add version details to Crash report

By refactoring out the version stuff from the about dialog
and making it part of the crash report (and reused).
This commit is contained in:
Mark Liversedge
2013-05-12 13:27:08 +01:00
parent ce277baca4
commit 63b1ff0b33
5 changed files with 213 additions and 203 deletions

View File

@@ -63,7 +63,7 @@
// 44 19 Apr 2013 Mark Liversedge Aerobic Decoupling precision reduced to 1pt
// 45 09 May 2013 Mark Liversedge Added 2,3,8 and 90m peak power for fatigue profiling
static int DBSchemaVersion = 45;
int DBSchemaVersion = 45;
DBAccess::DBAccess(MainWindow* main, QDir home) : main(main), home(home)
{