diff options
Diffstat (limited to 'common/modelresult.cpp')
-rw-r--r-- | common/modelresult.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/modelresult.cpp b/common/modelresult.cpp index 3a9fb95..f28c665 100644 --- a/common/modelresult.cpp +++ b/common/modelresult.cpp | |||
@@ -24,6 +24,9 @@ | |||
24 | #include "domain/folder.h" | 24 | #include "domain/folder.h" |
25 | #include "log.h" | 25 | #include "log.h" |
26 | 26 | ||
27 | #undef DEBUG_AREA | ||
28 | #define DEBUG_AREA "client.modelresult" | ||
29 | |||
27 | static uint qHash(const Sink::ApplicationDomain::ApplicationDomainType &type) | 30 | static uint qHash(const Sink::ApplicationDomain::ApplicationDomainType &type) |
28 | { | 31 | { |
29 | Q_ASSERT(!type.resourceInstanceIdentifier().isEmpty()); | 32 | Q_ASSERT(!type.resourceInstanceIdentifier().isEmpty()); |