diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-04 16:56:09 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-04 16:56:09 +0100 |
commit | afa7c80114a327d85ee6c99b9d3d811107d9e204 (patch) | |
tree | d7b518fb1313f52f76f843a28628ee9329770c29 /common/modelresult.cpp | |
parent | 639cdb811c721eedf20b9f81b8cdc626b85c5f24 (diff) | |
download | sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.tar.gz sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.zip |
Introduced debug areas and prettified output.
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()); |