summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoshow.cpp
Unidiff
Diffstat (limited to 'core/pim/todo/todoshow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoshow.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/pim/todo/todoshow.cpp b/core/pim/todo/todoshow.cpp
index 4dbc9aa..5962028 100644
--- a/core/pim/todo/todoshow.cpp
+++ b/core/pim/todo/todoshow.cpp
@@ -14,3 +14,11 @@ void TodoShow::escapeView() {
14 m_win->slotReturnFromView(); 14 m_win->slotReturnFromView();
15} 15}
16 16
17void TodoShow::showNext() {
18 if (m_win)
19 m_win->slotShowNext();
20}
21void TodoShow::showPrev() {
22 if (m_win)
23 m_win->slotShowPrev();
24}