summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-04-19 18:26:18 +1000
committerWolfgang Beck <wolfgang.beck@nokia.com>2012-04-20 04:52:01 +0200
commitf5369e9d5e40735a9b7a861025c323998e2a2924 (patch)
treea87e508b92cc6c849296fd7f13351b3ec91ca485
parentc21c15c6a2412da1dea6afc3b6ad24f759c3ae00 (diff)
Include <QDebug> otherwise everyone else has to do it.
This also resolves the problem of including qlogger.h before QDebug. Now you can't do that. Change-Id: Ie78993cf4037d8748571d03d8b79cba9ee1935c8 Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
-rw-r--r--src/logger/qlogger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logger/qlogger.h b/src/logger/qlogger.h
index 24943b2..400dccc 100644
--- a/src/logger/qlogger.h
+++ b/src/logger/qlogger.h
@@ -42,7 +42,8 @@
#ifndef QLOGGER_H
#define QLOGGER_H
-#include <QObject>
+#include <QtCore/QObject>
+#include <QtCore/QDebug>
#include <QtLogger/qloggerglobal.h>
QT_BEGIN_HEADER