Qt Extended Home · Index · Classes · Headers · Overviews codeless banner

Sync Manager

Overview

Conflict resolution in Qt Extended Sync Agent is done at the record level. There is no merging at the field level.

Create/Create

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.

Remove/Remove

No changes are sent as both sides have removed the record.

Replace/Replace

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.

Replace/Remove

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