summaryrefslogtreecommitdiff
path: root/core/pim/todo/todotable.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todotable.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todotable.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/pim/todo/todotable.cpp b/core/pim/todo/todotable.cpp
index d0bc61c..753c036 100644
--- a/core/pim/todo/todotable.cpp
+++ b/core/pim/todo/todotable.cpp
@@ -310,3 +310,9 @@ void TodoTable::slotClicked( int row, int col, int, const QPoint &pos )
310// emit signalEdit(); 310// emit signalEdit();
311 // fall through 311 // Show detailed view of the selected entry
312 {
313 menuTimer->stop();
314 ToDoEvent *todo = todoList[static_cast<CheckItem*>(item(row, 0))];
315 emit showDetails( *todo );
316 }
317 break;
312 case 3: 318 case 3:
@@ -347,3 +353,3 @@ ToDoEvent TodoTable::currentEntry() const
347{ 353{
348 printf ("in currentEntry\n"); 354 //qWarning ("in currentEntry\n");
349 355