summaryrefslogtreecommitdiffabout
path: root/libkcal/kincidenceformatter.h
Unidiff
Diffstat (limited to 'libkcal/kincidenceformatter.h') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/kincidenceformatter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcal/kincidenceformatter.h b/libkcal/kincidenceformatter.h
index 6165a9f..068e6d2 100644
--- a/libkcal/kincidenceformatter.h
+++ b/libkcal/kincidenceformatter.h
@@ -17,7 +17,7 @@ class KIncidenceFormatter : public QObject
17 static KIncidenceFormatter* instance(); 17 static KIncidenceFormatter* instance();
18 KIncidenceFormatter(); 18 KIncidenceFormatter();
19 ~KIncidenceFormatter(); 19 ~KIncidenceFormatter();
20 QString getFormattedText( Incidence * inc ); 20 QString getFormattedText( Incidence * inc , bool details = false, bool created = false, bool modified = false );
21 21
22 void setEvent(Event *event); 22 void setEvent(Event *event);
23 void setTodo(Todo *event ); 23 void setTodo(Todo *event );
@@ -33,6 +33,7 @@ class KIncidenceFormatter : public QObject
33 33
34 private: 34 private:
35 bool mSyncMode; 35 bool mSyncMode;
36 bool mDetails, mCreated ,mModified;
36 37
37 QString mText; 38 QString mText;
38 Incidence* mCurrentIncidence; 39 Incidence* mCurrentIncidence;