~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/calendar/calendarbase.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-09-30 14:20:53 UTC
  • mfrom: (1.1.101)
  • Revision ID: package-import@ubuntu.com-20130930142053-k66oi27s75lt8l51
Tags: 4:4.11.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
353
353
  return i;
354
354
}
355
355
 
356
 
Item CalendarBase::item( const Incidence::Ptr& inc ) const
 
356
Item CalendarBase::item( const Incidence::Ptr &incidence ) const
357
357
{
358
 
  return item( inc->instanceIdentifier() );
 
358
  return incidence ? item( incidence->instanceIdentifier() ) : Item();
359
359
}
360
360
 
361
361
Akonadi::Item::List CalendarBase::items() const