summaryrefslogtreecommitdiffstats
path: root/common/synchronizerstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizerstore.h')
-rw-r--r--common/synchronizerstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizerstore.h b/common/synchronizerstore.h
index 8aef68e..946ea11 100644
--- a/common/synchronizerstore.h
+++ b/common/synchronizerstore.h
@@ -46,7 +46,7 @@ public:
46 * 46 *
47 * The new local id is recorded in the local to remote id mapping. 47 * The new local id is recorded in the local to remote id mapping.
48 */ 48 */
49 QByteArray resolveRemoteId(const QByteArray &type, const QByteArray &remoteId); 49 QByteArray resolveRemoteId(const QByteArray &type, const QByteArray &remoteId, bool insertIfMissing = true);
50 50
51 /** 51 /**
52 * Tries to find a remote id for a local id. 52 * Tries to find a remote id for a local id.