summaryrefslogtreecommitdiffabout
path: root/libkcal
Side-by-side diff
Diffstat (limited to 'libkcal') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/phoneformat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcal/phoneformat.cpp b/libkcal/phoneformat.cpp
index c97b43d..238b0ef 100644
--- a/libkcal/phoneformat.cpp
+++ b/libkcal/phoneformat.cpp
@@ -195,2 +195,3 @@ public:
attList << completedString;
+ attList << QString::number( todo->priority() );
attList << alarmString;
@@ -676,3 +677,3 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi
GSM_ToDoEntry ToDo;
- int ccc = 0;
+ ccc = 0;
while (!gshutdown) {