summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 09:34:23 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-14 09:34:23 +0100
commitaf7758fe70884322fdf405a04428631b646c5b5d (patch)
tree85e06d8540657d0f538d0621037421f1e14d4ee3 /common/domainadaptor.h
parent4e6b3ce7d1ce97c3e1fb9ae53c5b2be1787acc6b (diff)
downloadsink-af7758fe70884322fdf405a04428631b646c5b5d.tar.gz
sink-af7758fe70884322fdf405a04428631b646c5b5d.zip
Cleanup
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