Cleaning after merge
This commit is contained in:
parent
06ebed20d3
commit
bf0c2574de
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ bool CSV_Exporter::exportCalendar(calendarSchedule *calSched, CalendarDialog *ca
|
|||
QString name = coursePtr->getName();
|
||||
QString room = coursePtr->getRoom();
|
||||
|
||||
QDate currentDate = cal->getStartDate(); // currentDate will iterate thou the semester
|
||||
QDate currentDate = cal->getStartDate(); // currentDate will iterate throuh the semester
|
||||
|
||||
currentDate = currentDate.addDays(day-1); //selecting the REAL starting day of that course
|
||||
|
||||
|
|
Loading…
Reference in a new issue