-rw-r--r-- | libkcal/phoneformat.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libkcal/phoneformat.cpp b/libkcal/phoneformat.cpp index c97b43d..238b0ef 100644 --- a/libkcal/phoneformat.cpp +++ b/libkcal/phoneformat.cpp @@ -193,5 +193,6 @@ public: attList << QString::number( id ); - attList << todo->summary(); + attList << todo->summary(); attList << completedString; - attList << alarmString; + attList << QString::number( todo->priority() ); + attList << alarmString; attList << todo->categoriesStr(); @@ -676,3 +677,3 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi GSM_ToDoEntry ToDo; - int ccc = 0; + ccc = 0; while (!gshutdown) { |