-rw-r--r-- | libkcal/todo.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libkcal/todo.cpp b/libkcal/todo.cpp index 19a7ffd..90e7eb9 100644 --- a/libkcal/todo.cpp +++ b/libkcal/todo.cpp @@ -82,6 +82,7 @@ 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-"; @@ -90,3 +91,3 @@ void Todo::saveRunningInfoToFile() file += uid(); - qDebug("File %s ",file.latin1() ); + //qDebug("File %s ",file.latin1() ); CalendarLocal cal; |