Qt Extended Home · Index · Classes · Headers · Overviews |
Conflict resolution in Qt Extended Sync Agent is done at the record level. There is no merging at the field level.
The client's record will override the server's record. The server will be sent an edit that sets its record to the values that the client had set.
In the real world this is unlikely to happen because the Outlook and Qt Extended plugins generate different XML for the same record.
No changes are sent as both sides have removed the record.
The client's record will override the server's record. The server will be sent an edit that sets its record to the values that the client had set.
The remove overrides the replace. The side that sent the edit will be sent a remove.
See also Overviews.
Copyright © 2009 Trolltech | Qt Extended Sync Agent Documentation |