equal
deleted
inserted
replaced
146 return; |
146 return; |
147 } |
147 } |
148 d_ptr->create(type, entry, launchCalendar); |
148 d_ptr->create(type, entry, launchCalendar); |
149 OstTraceFunctionExit0( DUP2_CALENEDITOR_CREATE_EXIT ); |
149 OstTraceFunctionExit0( DUP2_CALENEDITOR_CREATE_EXIT ); |
150 } |
150 } |
|
151 /*! |
|
152 Save the entry from editor |
|
153 should be called only if edit or create function of editor has called. |
|
154 */ |
|
155 void CalenEditor::saveAndCloseEditor() |
|
156 { |
|
157 d_ptr->forcedSaveEntry(); |
|
158 } |
151 |
159 |
152 // End of file --Don't remove this. |
160 // End of file --Don't remove this. |