diff options
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 | { |