diff options
Diffstat (limited to 'common/remoteidmap.h')
-rw-r--r-- | common/remoteidmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/remoteidmap.h b/common/remoteidmap.h index 32c5efd..52e05d7 100644 --- a/common/remoteidmap.h +++ b/common/remoteidmap.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #include "sink_export.h" | 22 | #include "sink_export.h" |
23 | 23 | ||
24 | #include "storage.h" | 24 | #include "storage.h" |
25 | #include <QByteArrayList> | ||
25 | 26 | ||
26 | namespace Sink { | 27 | namespace Sink { |
27 | 28 | ||
@@ -53,6 +54,7 @@ public: | |||
53 | * This can fail if the entity hasn't been written back to the server yet. | 54 | * This can fail if the entity hasn't been written back to the server yet. |
54 | */ | 55 | */ |
55 | QByteArray resolveLocalId(const QByteArray &bufferType, const QByteArray &localId); | 56 | QByteArray resolveLocalId(const QByteArray &bufferType, const QByteArray &localId); |
57 | QByteArrayList resolveLocalIds(const QByteArray &bufferType, const QByteArrayList &localId); | ||
56 | 58 | ||
57 | QByteArray readValue(const QByteArray &key); | 59 | QByteArray readValue(const QByteArray &key); |
58 | void writeValue(const QByteArray &key, const QByteArray &value); | 60 | void writeValue(const QByteArray &key, const QByteArray &value); |