summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domainadaptor.h')
-rw-r--r--common/domainadaptor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/domainadaptor.h b/common/domainadaptor.h
index 0f5bdc7..e7b8c1e 100644
--- a/common/domainadaptor.h
+++ b/common/domainadaptor.h
@@ -146,7 +146,6 @@ public:
146 } else if (mIndex && mIndexMapper->hasMapping(key)) { 146 } else if (mIndex && mIndexMapper->hasMapping(key)) {
147 return mIndexMapper->getProperty(key, *mIndex, *this); 147 return mIndexMapper->getProperty(key, *mIndex, *this);
148 } 148 }
149 SinkWarning() << "No mapping available for key " << key << mLocalBuffer << mResourceBuffer;
150 return QVariant(); 149 return QVariant();
151 } 150 }
152 151