summaryrefslogtreecommitdiffabout
path: root/libkcal/kincidenceformatter.h
Side-by-side diff
Diffstat (limited to 'libkcal/kincidenceformatter.h') (more/less context) (ignore 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
@@ -19,3 +19,3 @@ class KIncidenceFormatter : public QObject
~KIncidenceFormatter();
- QString getFormattedText( Incidence * inc );
+ QString getFormattedText( Incidence * inc , bool details = false, bool created = false, bool modified = false );
@@ -35,2 +35,3 @@ class KIncidenceFormatter : public QObject
bool mSyncMode;
+ bool mDetails, mCreated ,mModified;