diff options
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r-- | common/domainadaptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h index 25448f3..e0912e4 100644 --- a/common/domainadaptor.h +++ b/common/domainadaptor.h | |||
@@ -115,7 +115,7 @@ public: | |||
115 | /** | 115 | /** |
116 | * Returns all available properties for which a mapping exists (no matter what the buffer contains) | 116 | * Returns all available properties for which a mapping exists (no matter what the buffer contains) |
117 | */ | 117 | */ |
118 | virtual QList<QByteArray> availableProperties() const | 118 | virtual QList<QByteArray> availableProperties() const Q_DECL_OVERRIDE |
119 | { | 119 | { |
120 | return mResourceMapper->availableProperties() + mLocalMapper->availableProperties(); | 120 | return mResourceMapper->availableProperties() + mLocalMapper->availableProperties(); |
121 | } | 121 | } |