From 03ca6830a9e6742b8873aee04d77b3e094b65d30 Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 25 Oct 2004 15:27:39 +0000 Subject: fix of vcal crash --- (limited to 'libkcal/vcalformat.h') diff --git a/libkcal/vcalformat.h b/libkcal/vcalformat.h index 5bef7ed..c7df017 100644 --- a/libkcal/vcalformat.h +++ b/libkcal/vcalformat.h @@ -95,7 +95,8 @@ class VCalFormat : public CalFormat { const char *dayFromNum(int day); /** the reverse of the above function. */ int numFromDay(const QString &day); - + Attendee::Role VCalFormat::readRole(const char *s) const; + QCString writeRole(Attendee::Role role) const; Attendee::PartStat readStatus(const char *s) const; QCString writeStatus(Attendee::PartStat status) const; -- cgit v0.9.0.2