From 3ba032c6a4833260ef6274b6b2bf6a6a9ccc2540 Mon Sep 17 00:00:00 2001
From: eilers <eilers>
Date: Mon, 17 Nov 2003 15:55:43 +0000
Subject: Minor changes..

---
(limited to 'libopie')

diff --git a/libopie/pim/odatebookaccessbackend_xml.cpp b/libopie/pim/odatebookaccessbackend_xml.cpp
index 5ea945c..39c43c5 100644
--- a/libopie/pim/odatebookaccessbackend_xml.cpp
+++ b/libopie/pim/odatebookaccessbackend_xml.cpp
@@ -93,7 +93,7 @@ namespace {
         buf += " uid=\"" + QString::number( ev.uid() ) + "\"";
 
         if (ev.isAllDay() )
-            buf += " type=\"AllDay\"";
+		buf += " type=\"AllDay\""; // is that all ?? (eilers)
 
         if (ev.hasNotifiers() ) {
             OPimAlarm alarm = ev.notifiers().alarms()[0]; // take only the first
diff --git a/libopie/pim/opimrecord.h b/libopie/pim/opimrecord.h
index 563b19c..3d774e2 100644
--- a/libopie/pim/opimrecord.h
+++ b/libopie/pim/opimrecord.h
@@ -95,6 +95,7 @@ public:
      * converts the internal structure to a map
      */
     virtual QMap<int, QString> toMap()const = 0;
+    // virtual fromMap( const <int, QString>& map ) = 0; // Should be added in the future (eilers)
 
     /**
      * key value representation of extra items
--
cgit v0.9.0.2