From 70b45fe97813c4fd336b7ca8fdedab13f9c2e039 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 17 Apr 2005 16:49:25 +0000 Subject: fixes --- (limited to 'libkcal') diff --git a/libkcal/incidence.cpp b/libkcal/incidence.cpp index 78fa24f..9c35b1d 100644 --- a/libkcal/incidence.cpp +++ b/libkcal/incidence.cpp @@ -380,6 +380,10 @@ QString Incidence::categoriesStr() { return mCategories.join(","); } +QString Incidence::categoriesStrWithSpace() +{ + return mCategories.join(", "); +} void Incidence::setRelatedToUid(const QString &relatedToUid) { diff --git a/libkcal/incidence.h b/libkcal/incidence.h index 60070a2..327e7dd 100644 --- a/libkcal/incidence.h +++ b/libkcal/incidence.h @@ -158,6 +158,7 @@ class Incidence : public IncidenceBase QStringList categories() const; /** return categories as a comma separated string */ QString categoriesStr(); + QString categoriesStrWithSpace(); /** point at some other event to which the event relates. This function should * only be used when constructing a calendar before the related Event -- cgit v0.9.0.2