Cleaning after merge

This commit is contained in:
Sagi Dayan 2014-09-18 15:27:48 +03:00
parent 06ebed20d3
commit bf0c2574de

View file

@ -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