diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-03 15:50:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-03 15:50:06 +0200 |
commit | 5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3 (patch) | |
tree | 3178694224cd12b99111eddb1ba1b61d90ec8d60 /common/domainadaptor.h | |
parent | 77562cdae63e0ec7b09e8ece6af97165ba9e48dd (diff) | |
download | sink-5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3.tar.gz sink-5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3.zip |
Track modified properties to detect necessary replay changes
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index c620f91..3af0fad 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -111,6 +111,9 @@ public: | |||
111 | return QVariant(); | 111 | return QVariant(); |
112 | } | 112 | } |
113 | 113 | ||
114 | /** | ||
115 | * Returns all available properties for which a mapping exists (no matter what the buffer contains) | ||
116 | */ | ||
114 | virtual QList<QByteArray> availableProperties() const | 117 | virtual QList<QByteArray> availableProperties() const |
115 | { | 118 | { |
116 | return mResourceMapper->availableProperties() + mLocalMapper->availableProperties(); | 119 | return mResourceMapper->availableProperties() + mLocalMapper->availableProperties(); |