summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-02 14:00:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-02 14:00:37 +0100
commitf4381b746da350f44168674da69bd6ad6876de19 (patch)
tree916c2ff3c9e0022beb3bd92c92ceeb3fe4ba84bb /common/genericresource.h
parent2e98a7f6eb11a071a8ac232bcbb37abea85f6f06 (diff)
downloadsink-f4381b746da350f44168674da69bd6ad6876de19.tar.gz
sink-f4381b746da350f44168674da69bd6ad6876de19.zip
Writeback of unread flag changes
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index 8779077..1bbb0f5 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -74,6 +74,7 @@ protected:
74 */ 74 */
75 void recordRemoteId(const QByteArray &bufferType, const QByteArray &localId, const QByteArray &remoteId, Sink::Storage::Transaction &transaction); 75 void recordRemoteId(const QByteArray &bufferType, const QByteArray &localId, const QByteArray &remoteId, Sink::Storage::Transaction &transaction);
76 void removeRemoteId(const QByteArray &bufferType, const QByteArray &localId, const QByteArray &remoteId, Sink::Storage::Transaction &transaction); 76 void removeRemoteId(const QByteArray &bufferType, const QByteArray &localId, const QByteArray &remoteId, Sink::Storage::Transaction &transaction);
77 void updateRemoteId(const QByteArray &bufferType, const QByteArray &localId, const QByteArray &remoteId, Sink::Storage::Transaction &transaction);
77 78
78 /** 79 /**
79 * Tries to find a local id for the remote id, and creates a new local id otherwise. 80 * Tries to find a local id for the remote id, and creates a new local id otherwise.