summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoview.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todoview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/todoview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/todo/todoview.cpp b/core/pim/todo/todoview.cpp
index 3e808e7..31047cf 100644
--- a/core/pim/todo/todoview.cpp
+++ b/core/pim/todo/todoview.cpp
@@ -64,3 +64,6 @@ void TodoView::complete( int uid ) {
64void TodoView::complete( const OTodo& ev ) { 64void TodoView::complete( const OTodo& ev ) {
65 m_main->slotComplete( ev ); 65 m_main->slotComplete( ev );
66} 66}
67void TodoView::removeQuery( int uid ) {
68 m_main->slotDelete( uid );
69}