QOrganizerItemSaveRequest Class ReferenceThe QOrganizerItemSaveRequest class allows a client to asynchronously request that certain organizer items be saved to an organizer item store. More... #include <QOrganizerItemSaveRequest> Inherits QOrganizerAbstractRequest. Public Functions
Additional Inherited Members
Detailed DescriptionThe QOrganizerItemSaveRequest class allows a client to asynchronously request that certain organizer items be saved to an organizer item store. For a QOrganizerItemSaveRequest, the resultsAvailable() signal will be emitted when either the individual item errors (which may be retrieved by calling errorMap()), or the resultant organizer items (which may be retrieved by calling items()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated. Member Function Documentation
|