diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 5182547..22448b3 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -234,6 +234,8 @@ public: | |||
234 | 234 | ||
235 | virtual QVariant getProperty(const QByteArray &key) const { return mAdaptor->getProperty(key); } | 235 | virtual QVariant getProperty(const QByteArray &key) const { return mAdaptor->getProperty(key); } |
236 | virtual void setProperty(const QByteArray &key, const QVariant &value){ mChangeSet.insert(key, value); mAdaptor->setProperty(key, value); } | 236 | virtual void setProperty(const QByteArray &key, const QVariant &value){ mChangeSet.insert(key, value); mAdaptor->setProperty(key, value); } |
237 | virtual QByteArrayList changedProperties() const { return mChangeSet.keys(); } | ||
238 | qint64 revision() const { return mRevision; } | ||
237 | 239 | ||
238 | private: | 240 | private: |
239 | QSharedPointer<BufferAdaptor> mAdaptor; | 241 | QSharedPointer<BufferAdaptor> mAdaptor; |