summaryrefslogtreecommitdiffabout
path: root/libkcal/icalformat.cpp
Unidiff
Diffstat (limited to 'libkcal/icalformat.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/icalformat.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/libkcal/icalformat.cpp b/libkcal/icalformat.cpp
index 5893db5..f2e7dfc 100644
--- a/libkcal/icalformat.cpp
+++ b/libkcal/icalformat.cpp
@@ -419,3 +419,5 @@ ScheduleMessage *ICalFormat::parseScheduleMessage( Calendar *cal,
419 } 419 }
420 420 qDebug("icalclassify commented out ");
421 ScheduleMessage::Status status;
422#if 0
421 423
@@ -424,3 +426,2 @@ ScheduleMessage *ICalFormat::parseScheduleMessage( Calendar *cal,
424 426
425 ScheduleMessage::Status status;
426 427
@@ -444,3 +445,4 @@ ScheduleMessage *ICalFormat::parseScheduleMessage( Calendar *cal,
444 } 445 }
445 446#endif
447 status = ScheduleMessage::RequestUpdate;
446 return new ScheduleMessage(incidence,method,status); 448 return new ScheduleMessage(incidence,method,status);