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/typeindex.cpp | |
parent | 639cdb811c721eedf20b9f81b8cdc626b85c5f24 (diff) | |
download | sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.tar.gz sink-afa7c80114a327d85ee6c99b9d3d811107d9e204.zip |
Introduced debug areas and prettified output.
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r-- | common/typeindex.cpp | 3 |
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 | |||
25 | TypeIndex::TypeIndex(const QByteArray &type) | 28 | TypeIndex::TypeIndex(const QByteArray &type) |
26 | : mType(type) | 29 | : mType(type) |
27 | { | 30 | { |