summaryrefslogtreecommitdiffstats
path: root/common/domainadaptor.h
diff options
context:
space:
mode:
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 893c8d0..9ce5a8a 100644
--- a/common/domainadaptor.h
+++ b/common/domainadaptor.h
@@ -101,7 +101,7 @@ public:
101 } else if (mLocalBuffer && mLocalMapper->hasMapping(key)) { 101 } else if (mLocalBuffer && mLocalMapper->hasMapping(key)) {
102 return mLocalMapper->getProperty(key, mLocalBuffer); 102 return mLocalMapper->getProperty(key, mLocalBuffer);
103 } 103 }
104 Warning() << "No mapping available for key " << key; 104 Warning() << "No mapping available for key " << key << mLocalBuffer << mResourceBuffer;
105 return QVariant(); 105 return QVariant();
106 } 106 }
107 107