D2577: KoResourcePaths: Fix handling of wildcards in directories and files
danders added a comment. The background was it failed for one case in Plan, and I found a possible failure in KoMainWindow (I think it was), but that was a "if all else fails" case and I doubt the code will ever be executed. Also, I have seen that not all places uses KoResourcePaths so a calligra wide cleanup should be done anyway. So over time, I have come to think that we should abandon KoResourcePaths and convert to QStandardPaths instead. REPOSITORY R8 Calligra REVISION DETAIL https://phabricator.kde.org/D2577 To: danders, #calligra:_3.0, staniek, Calligra-Devel-list Cc: anthonyfieroni, staniek, vandenoever
calligra/3.0 not building with stable branch of Applications
Calligra's calligras/3.0 branch current doesn't build (with Applications/17.12 builds) https://build.neon.kde.org/job/xenial_stable_calligra_calligra_bin_amd64/105/console 14:10:54 /workspace/build/plan/plugins/filters/icalendar/export/icalendarexport.cpp: In member function ‘void ICalendarExport::createTodos(KCalCore::Calendar::Ptr, const KPlato::Node*, long int, KCalCore::Todo::Ptr)’: 14:10:54 /workspace/build/plan/plugins/filters/icalendar/export/icalendarexport.cpp:144:41: error: ‘KDateTime’ was not declared in this scope 14:10:54 todo->setDtStart( KDateTime( st ) ); 14:10:54 ^