aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppLogger.h')
-rw-r--r--src/base/QXmppLogger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppLogger.h b/src/base/QXmppLogger.h
index 7deec338..4513b59a 100644
--- a/src/base/QXmppLogger.h
+++ b/src/base/QXmppLogger.h
@@ -25,10 +25,10 @@
#ifndef QXMPPLOGGER_H
#define QXMPPLOGGER_H
-#include <QObject>
-
#include "QXmppGlobal.h"
+#include <QObject>
+
#ifdef QXMPP_LOGGABLE_TRACE
#define qxmpp_loggable_trace(x) QString("%1(0x%2) %3").arg(metaObject()->className(), QString::number(reinterpret_cast<qint64>(this), 16), x)
#else