summaryrefslogtreecommitdiffstats
path: root/common/typeindex.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-04 16:56:09 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-04 16:56:09 +0100
commitafa7c80114a327d85ee6c99b9d3d811107d9e204 (patch)
treed7b518fb1313f52f76f843a28628ee9329770c29 /common/typeindex.cpp
parent639cdb811c721eedf20b9f81b8cdc626b85c5f24 (diff)
downloadsink-afa7c80114a327d85ee6c99b9d3d811107d9e204.tar.gz
sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.zip
Introduced debug areas and prettified output.
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r--common/typeindex.cpp3
1 files changed, 3 insertions, 0 deletions
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 @@
22#include "index.h" 22#include "index.h"
23#include <QDateTime> 23#include <QDateTime>
24 24
25#undef DEBUG_AREA
26#define DEBUG_AREA "common.typeindex"
27
25TypeIndex::TypeIndex(const QByteArray &type) 28TypeIndex::TypeIndex(const QByteArray &type)
26 : mType(type) 29 : mType(type)
27{ 30{