diff options
-rw-r--r-- | framework/src/entitymodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/entitymodel.cpp b/framework/src/entitymodel.cpp index 5d8ac83e..b2d7a9ec 100644 --- a/framework/src/entitymodel.cpp +++ b/framework/src/entitymodel.cpp | |||
@@ -47,7 +47,6 @@ QVariant EntityModel::data(const QModelIndex &idx, int role) const | |||
47 | auto entity = srcIdx.data(Sink::Store::DomainObjectBaseRole).value<Sink::ApplicationDomain::ApplicationDomainType::Ptr>(); | 47 | auto entity = srcIdx.data(Sink::Store::DomainObjectBaseRole).value<Sink::ApplicationDomain::ApplicationDomainType::Ptr>(); |
48 | 48 | ||
49 | const auto roleName = mRoleNames.value(role); | 49 | const auto roleName = mRoleNames.value(role); |
50 | qWarning() << "Fetch data" << idx << role << roleName; | ||
51 | if (roleName == "identifier") { | 50 | if (roleName == "identifier") { |
52 | return entity->identifier(); | 51 | return entity->identifier(); |
53 | } else if (roleName == "object") { | 52 | } else if (roleName == "object") { |