From afa7c80114a327d85ee6c99b9d3d811107d9e204 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 4 Feb 2016 16:56:09 +0100 Subject: Introduced debug areas and prettified output. --- common/modelresult.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/modelresult.cpp') 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 @@ #include "domain/folder.h" #include "log.h" +#undef DEBUG_AREA +#define DEBUG_AREA "client.modelresult" + static uint qHash(const Sink::ApplicationDomain::ApplicationDomainType &type) { Q_ASSERT(!type.resourceInstanceIdentifier().isEmpty()); -- cgit v1.2.3