calendarui/caleneditor/src/caleneditor.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   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.