summaryrefslogtreecommitdiffabout
path: root/libkcal/journal.cpp
Unidiff
Diffstat (limited to 'libkcal/journal.cpp') (more/less context) (show whitespace changes)
-rw-r--r--libkcal/journal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/journal.cpp b/libkcal/journal.cpp
index 351fb32..859161f 100644
--- a/libkcal/journal.cpp
+++ b/libkcal/journal.cpp
@@ -41,9 +41,9 @@ bool KCal::operator==( const Journal& j1, const Journal& j2 )
41 return operator==( (const Incidence&)j1, (const Incidence&)j2 ); 41 return operator==( (const Incidence&)j1, (const Incidence&)j2 );
42} 42}
43 43
44 44
45QDateTime Journal::getNextAlarmDateTime( bool * ok, int * offset ) const 45QDateTime Journal::getNextAlarmDateTime( bool * ok, int * offset, QDateTime start_dt ) const
46{ 46{
47 *ok = false; 47 *ok = false;
48 return QDateTime (); 48 return QDateTime ();
49} 49}