mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
The QDateTime constructor taking a QDate as argument is deprecated. QDate::startOfDay() should be used instead when converting a QDate to a QDateTime. This makes clear what time is used in this conversion. This patch adapts the code to this.