diff options
Diffstat (limited to 'common/entitybuffer.h')
-rw-r--r-- | common/entitybuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/entitybuffer.h b/common/entitybuffer.h index 0c0162d..495e94e 100644 --- a/common/entitybuffer.h +++ b/common/entitybuffer.h | |||
@@ -3,6 +3,7 @@ | |||
3 | #include "sinkcommon_export.h" | 3 | #include "sinkcommon_export.h" |
4 | #include <functional> | 4 | #include <functional> |
5 | #include <flatbuffers/flatbuffers.h> | 5 | #include <flatbuffers/flatbuffers.h> |
6 | #include <QByteArray> | ||
6 | 7 | ||
7 | namespace Sink { | 8 | namespace Sink { |
8 | struct Entity; | 9 | struct Entity; |
@@ -10,6 +11,7 @@ struct Entity; | |||
10 | class SINKCOMMON_EXPORT EntityBuffer { | 11 | class SINKCOMMON_EXPORT EntityBuffer { |
11 | public: | 12 | public: |
12 | EntityBuffer(const void *dataValue, int size); | 13 | EntityBuffer(const void *dataValue, int size); |
14 | EntityBuffer(const QByteArray &data); | ||
13 | const uint8_t *resourceBuffer(); | 15 | const uint8_t *resourceBuffer(); |
14 | const uint8_t *metadataBuffer(); | 16 | const uint8_t *metadataBuffer(); |
15 | const uint8_t *localBuffer(); | 17 | const uint8_t *localBuffer(); |