Home
last modified time | relevance | path

Searched refs:removeCalendarId (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptproject.h374 virtual bool removeCalendarId(const QString &id);
H A Dkptproject.cpp2388 removeCalendarId(calendar->id()); in takeCalendar()
2850 bool Project::removeCalendarId(const QString &id) in removeCalendarId() function in KPlato::Project
H A Dkptcalendar.cpp1501 return (m_project ? m_project->removeCalendarId(id) : false); in removeId()
/dports/editors/calligraplan/calligraplan-3.3.0/src/
H A Dkptmaindocument.cpp1372 m_project->removeCalendarId(c->id()); in mergeResources()