Summary: | API change in calendar.h and calendarLocal.h | ||
---|---|---|---|
Product: | [Unmaintained] kresources | Reporter: | Frédéric GRASSET <frederic.grasset> |
Component: | framework | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frédéric GRASSET
2005-10-12 16:05:13 UTC
The warnining on line 184 of calendar.h may indicate that a good solution is to change line 189 from : Calendar( const QString &timeZoneId ); to : Calendar( const QString &timeZoneId=QString::fromLatin1( "UTC" ) ); and the same for calendarlocal.h on line 42. Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list. Dear reporter, the resources handling got redone for KF5 and KF6 based PIM applications. If you still encounter the issues you had in the past, please report them to the current maintained and updated PIM applications you use Thanks a lot! |