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.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/pim/todo/todoshow.cpp b/core/pim/todo/todoshow.cpp
index c84a08f..4dbc9aa 100644
--- a/core/pim/todo/todoshow.cpp
+++ b/core/pim/todo/todoshow.cpp
@@ -1 +1,3 @@
1
2#include "mainwindow.h"
1#include "todoshow.h" 3#include "todoshow.h"
@@ -4,3 +6,4 @@ using namespace Todo;
4 6
5TodoShow::TodoShow() { 7TodoShow::TodoShow(MainWindow* win) {
8 m_win = win;
6} 9}
@@ -8,2 +11,6 @@ TodoShow::~TodoShow() {
8} 11}
12void TodoShow::escapeView() {
13 if (m_win )
14 m_win->slotReturnFromView();
15}
9 16