summaryrefslogtreecommitdiffstats
path: root/src/core/corelogging_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-02-10 15:16:05 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-03-08 16:09:03 +0000
commita366359cbd90a59b6097c87b1699612d94fb441c (patch)
tree644e98553910ca6ea02cd1f9f58941b422ead66e /src/core/corelogging_p.h
parentbc4327d31ee270b0f38264b1048acb6ed358c2a6 (diff)
Make sure all private headers include at least one other
See script in qtbase/util/includeprivate for the rules. Since these files are being touched anyway, I also ran the updatecopyright.pl script too. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/core/corelogging_p.h')
-rw-r--r--src/core/corelogging_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/corelogging_p.h b/src/core/corelogging_p.h
index 5ddd6ea73..a10c59f32 100644
--- a/src/core/corelogging_p.h
+++ b/src/core/corelogging_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
+** Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB).
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt3D module of the Qt Toolkit.
@@ -36,7 +36,6 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-
#ifndef QT3DCORE_CORELOGGING_P_H
#define QT3DCORE_CORELOGGING_P_H
@@ -52,6 +51,7 @@
//
#include <QtCore/QLoggingCategory>
+#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE