summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-13 14:43:37 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-13 14:43:37 +0200
commita3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d (patch)
treed2d8737bb7758fbf521909a367e9188b9c5690f6 /common/domainadaptor.h
parent60965ca1431b2b3bed4f49e6bf1a9d5e5d86a3d9 (diff)
downloadsink-a3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d.tar.gz
sink-a3c3fb61e08523a563ce3cba86dc50c9c5fc2c5d.zip
Fixed new diagnostics errors
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r--common/domainadaptor.h2
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 }