Open GoogleCodeExporter opened 9 years ago
IMHO the error is in usercalendarviewer, line 293:
dates = base()->nextAvailableTime(QDateTime(d->ui->startDate->date(), QTime(0,0)), (index+1)*5, *cal, S_NUMBEROFAVAILABILITIESTOSHOW);
Here the new dates are calculated by (index+1)*5 - this is the time that
produces the error.
I don' know what this means so I can't fix it in short time - Eric, could you
give me a hint here what the code does, or maybe you get a fix quicker?
Original comment by christian.a.reiter@gmail.com
on 25 Jun 2012 at 12:18
No problem, I'm working on this issue.
I'll commit today or tomorrow.
Thanks for your report
Original comment by eric.mae...@gmail.com
on 25 Jun 2012 at 12:24
thx ;-)
Original comment by christian.a.reiter@gmail.com
on 25 Jun 2012 at 12:25
Original issue reported on code.google.com by
christian.a.reiter@gmail.com
on 25 Jun 2012 at 12:10