diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-13 14:43:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-13 14:43:37 +0200 |
commit | a3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d (patch) | |
tree | d2d8737bb7758fbf521909a367e9188b9c5690f6 /common/domainadaptor.h | |
parent | 60965ca1431b2b3bed4f49e6bf1a9d5e5d86a3d9 (diff) | |
download | sink-a3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d.tar.gz sink-a3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d.zip |
Fixed new diagnostics errors
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 | } |