summaryrefslogtreecommitdiffstats
path: root/src/core/services
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/services
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/services')
-rw-r--r--src/core/services/qservicelocator_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/services/qservicelocator_p.h b/src/core/services/qservicelocator_p.h
index 5bf71a996..751278534 100644
--- a/src/core/services/qservicelocator_p.h
+++ b/src/core/services/qservicelocator_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
+** Copyright (C) 2019 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_QSERVICELOCATOR_H
#define QT3DCORE_QSERVICELOCATOR_H
@@ -54,6 +53,7 @@
#include <Qt3DCore/qt3dcore_global.h>
#include <QtCore/qobject.h>
#include <QtCore/qscopedpointer.h>
+#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE