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/typeindex.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/typeindex.cpp') diff --git a/common/typeindex.cpp b/common/typeindex.cpp index e58832c..b1bcf6a 100644 --- a/common/typeindex.cpp +++ b/common/typeindex.cpp @@ -22,6 +22,9 @@ #include "index.h" #include +#undef DEBUG_AREA +#define DEBUG_AREA "common.typeindex" + TypeIndex::TypeIndex(const QByteArray &type) : mType(type) { -- cgit v1.2.3