diff options
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(); |