From 7d51872c86155fbbf27aeb8e49e7a336d909caac Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 01 Aug 2003 14:22:29 +0000 Subject: Merging changes from BRANCH_1_0 to HEAD --- (limited to 'core/pim/todo/todoview.cpp') 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 ) { void TodoView::complete( const OTodo& ev ) { m_main->slotComplete( ev ); } +void TodoView::removeQuery( int uid ) { + m_main->slotDelete( uid ); +} -- cgit v0.9.0.2