-rw-r--r-- | libkcal/incidence.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libkcal/incidence.h b/libkcal/incidence.h index eef9e64..dc49640 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -281,2 +281,3 @@ class Incidence : public IncidenceBase QDateTime lastModifiedSub(); + QString lastModifiedSubSortKey() const; QString recurrenceText() const; @@ -294,2 +295,3 @@ protected: void checkCategories(); + QString mLastModifiedSubSortKey; bool mHoliday, mBirthday, mAnniversary; |