diff options
Diffstat (limited to 'common/entitybuffer.h')
-rw-r--r-- | common/entitybuffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/entitybuffer.h b/common/entitybuffer.h index d73a138..31e6aed 100644 --- a/common/entitybuffer.h +++ b/common/entitybuffer.h | |||
@@ -25,9 +25,9 @@ public: | |||
25 | * Note that @param data will need to remain valid and the data is not copied. | 25 | * Note that @param data will need to remain valid and the data is not copied. |
26 | */ | 26 | */ |
27 | EntityBuffer(const QByteArray &data); | 27 | EntityBuffer(const QByteArray &data); |
28 | const uint8_t *resourceBuffer(); | 28 | const uint8_t *resourceBuffer() const; |
29 | const uint8_t *metadataBuffer(); | 29 | const uint8_t *metadataBuffer() const; |
30 | const uint8_t *localBuffer(); | 30 | const uint8_t *localBuffer() const; |
31 | const Entity &entity() const; | 31 | const Entity &entity() const; |
32 | bool isValid() const; | 32 | bool isValid() const; |
33 | 33 | ||