equal
deleted
inserted
replaced
22 #include "calendarui_debug.h" |
22 #include "calendarui_debug.h" |
23 #include "caleneditui.h" |
23 #include "caleneditui.h" |
24 #include "calencontroller.h" |
24 #include "calencontroller.h" |
25 #include "hb_calencommands.hrh" |
25 #include "hb_calencommands.hrh" |
26 #include "calenservicesimpl.h" |
26 #include "calenservicesimpl.h" |
27 #include "agendaentry.h" |
27 #include <agendaentry.h> |
28 #include "caleneditor.h" |
28 #include "caleneditor.h" |
29 #include "calendateutils.h" |
29 #include "calendateutils.h" |
30 #include "OstTraceDefinitions.h" |
30 #include "OstTraceDefinitions.h" |
31 #ifdef OST_TRACE_COMPILER_IN_USE |
31 #ifdef OST_TRACE_COMPILER_IN_USE |
32 #include "calenedituiTraces.h" |
32 #include "calenedituiTraces.h" |
194 iEditor->deleteLater(); |
194 iEditor->deleteLater(); |
195 } |
195 } |
196 |
196 |
197 OstTraceFunctionExit0( CCALENEDITUI_HANDLENOTIFICATION_EXIT ); |
197 OstTraceFunctionExit0( CCALENEDITUI_HANDLENOTIFICATION_EXIT ); |
198 } |
198 } |
199 |
199 // ---------------------------------------------------------------------------- |
|
200 // CCalenEditUi::saveEntry |
|
201 // save the entry from editor |
|
202 // ---------------------------------------------------------------------------- |
|
203 // |
|
204 void CCalenEditUi::saveAndCloseEditor() |
|
205 { |
|
206 iEditor->saveAndCloseEditor(); |
|
207 } |
200 // End of file |
208 // End of file |