diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 3109966..b30eb36 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -86,7 +86,7 @@ QVariant ApplicationDomainType::getProperty(const QByteArray &key) const | |||
86 | { | 86 | { |
87 | Q_ASSERT(mAdaptor); | 87 | Q_ASSERT(mAdaptor); |
88 | if (!mAdaptor->availableProperties().contains(key)) { | 88 | if (!mAdaptor->availableProperties().contains(key)) { |
89 | SinkWarning() << "No such property available " << key; | 89 | return QVariant(); |
90 | } | 90 | } |
91 | return mAdaptor->getProperty(key); | 91 | return mAdaptor->getProperty(key); |
92 | } | 92 | } |