From 04fe8f3523c46511e846a42e4bb92d6b8d33758b Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 10 Apr 2005 09:32:33 +0000 Subject: nf --- (limited to 'libkcal/todo.cpp') diff --git a/libkcal/todo.cpp b/libkcal/todo.cpp index 19a7ffd..90e7eb9 100644 --- a/libkcal/todo.cpp +++ b/libkcal/todo.cpp @@ -80,15 +80,16 @@ void Todo::setRunning( bool run ) void Todo::saveRunningInfoToFile() { - qDebug("Todo::saveRunningInfoToFile() %s", summary().latin1()); - + //qDebug("Todo::saveRunningInfoToFile() %s", summary().latin1()); + if ( mRunStart.secsTo ( QDateTime::currentDateTime() ) < 30 ) + return; QString dir = KGlobalSettings::timeTrackerDir(); - qDebug("%s ", dir.latin1()); + //qDebug("%s ", dir.latin1()); QString file = "%1%2%3-%4%5%6-"; file = file.arg( mRunStart.date().year(), 4).arg( mRunStart.date().month(),2 ).arg( mRunStart.date().day(), 2 ).arg( mRunStart.time().hour(),2 ).arg( mRunStart.time().minute(),2 ).arg( mRunStart.time().second(),2 ); file.replace ( QRegExp (" "), "0" ); file += uid(); - qDebug("File %s ",file.latin1() ); + //qDebug("File %s ",file.latin1() ); CalendarLocal cal; cal.setTimeZoneId( " 00:00 Europe/London(UTC)" ); Todo * to = (Todo*) clone(); -- cgit v0.9.0.2