mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
comments about QDates in SeasonParser.cpp
This commit is contained in:
@@ -84,5 +84,6 @@ QDate SeasonParser::seasonDateToDate(QString seasonDate)
|
||||
}
|
||||
bool SeasonParser::endDocument()
|
||||
{
|
||||
seasons[seasons.size()-1].setEnd(QDate::currentDate().addYears(10)); //Go 10 years into the future (GC's version of infinity).
|
||||
// Go 10 years into the future (GC's version of infinity)
|
||||
seasons[seasons.size()-1].setEnd(QDate::currentDate().addYears(10));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user