summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-06 11:31:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-06 14:50:36 +0100
commit73e8ba9aff63e72c000d804c48aedacc9a8ee071 (patch)
treeb067162b434c4edfb93686c5ea9a824c9a522830
parent475cef58f96d1d274e5c7b448df7231415783af0 (diff)
Change #include "qlogging.h" to <QtCore/qlogging.h> in qglobal.h
This silences the warning from syncqt: QtCore: WARNING: qtbase/src/corelib/global/qglobal.h includes qlogging.h when it should include QtCore/qlogging.h Change-Id: I64bd92898190031eb0d3d1dfa5ba5bc56db01c00 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/global/qglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index dea96b297e..7ac212be6b 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -1792,7 +1792,7 @@ QT_END_NAMESPACE
QT_END_HEADER
// qDebug and friends
-#include "qlogging.h"
+#include <QtCore/qlogging.h>
#endif /* __cplusplus */