summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoview.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/todoview.cpp') (more/less context) (ignore 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
@@ -61,6 +61,9 @@ void TodoView::remove( int uid ) {
void TodoView::complete( int uid ) {
m_main->slotComplete( uid );
}
void TodoView::complete( const OTodo& ev ) {
m_main->slotComplete( ev );
}
+void TodoView::removeQuery( int uid ) {
+ m_main->slotDelete( uid );
+}