From b682e9d2276c10a5c26773c6797ba1ac176ea4cf Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 25 Oct 2002 22:12:35 +0000 Subject: MainWindow i18n change 'Show only over due' to avoid misunderstanding then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot --- (limited to 'core/pim/todo/otaskeditor.h') diff --git a/core/pim/todo/otaskeditor.h b/core/pim/todo/otaskeditor.h index 5842fdc..bcbd543 100644 --- a/core/pim/todo/otaskeditor.h +++ b/core/pim/todo/otaskeditor.h @@ -18,6 +18,13 @@ public: OTaskEditor( const OTodo& todo ); ~OTaskEditor(); + /* + * same as the c'tor but this gives us the + * power to 'preload' the dialog + */ + void init( int cur ); + void init( const OTodo& todo ); + OTodo todo()const; private: void load( const OTodo& ); -- cgit v0.9.0.2