summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-02-11 11:34:22 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-03-08 08:04:55 -0800
commit5f53a140ec8e29fccf2850f3823bdd31a603e787 (patch)
treeca770903847173d1174fd95fde5d388a96cd1dfc /src
parentad1128e754028c81f9189504136939d068c93666 (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')
-rw-r--r--src/bodymovin/bmconstants_p.h1
-rw-r--r--src/bodymovin/bmpathtrimmer_p.h1
-rw-r--r--src/bodymovin/lottierenderer_p.h3
-rw-r--r--src/bodymovin/trimpath_p.h3
4 files changed, 6 insertions, 2 deletions
diff --git a/src/bodymovin/bmconstants_p.h b/src/bodymovin/bmconstants_p.h
index a88b49d..aa3b060 100644
--- a/src/bodymovin/bmconstants_p.h
+++ b/src/bodymovin/bmconstants_p.h
@@ -45,6 +45,7 @@
#include <QLoggingCategory>
#include <QtBodymovin/bmglobal.h>
+#include <QtCore/private/qglobal_p.h>
#define BM_LAYER_PRECOMP_IX 0x10000
#define BM_LAYER_SOLID_IX 0x10001
diff --git a/src/bodymovin/bmpathtrimmer_p.h b/src/bodymovin/bmpathtrimmer_p.h
index c0ab90b..0671de1 100644
--- a/src/bodymovin/bmpathtrimmer_p.h
+++ b/src/bodymovin/bmpathtrimmer_p.h
@@ -43,6 +43,7 @@
#include <QList>
#include <QtBodymovin/bmglobal.h>
+#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE
diff --git a/src/bodymovin/lottierenderer_p.h b/src/bodymovin/lottierenderer_p.h
index 27490f5..a96ba43 100644
--- a/src/bodymovin/lottierenderer_p.h
+++ b/src/bodymovin/lottierenderer_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the lottie-qt module of the Qt Toolkit.
@@ -42,6 +42,7 @@
//
#include <QStack>
+#include <private/qglobal_p.h>
#include "bmglobal.h"
diff --git a/src/bodymovin/trimpath_p.h b/src/bodymovin/trimpath_p.h
index 2950d53..a4a8561 100644
--- a/src/bodymovin/trimpath_p.h
+++ b/src/bodymovin/trimpath_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the lottie-qt module of the Qt Toolkit.
@@ -43,6 +43,7 @@
#include <QMetaType>
#include <QPainterPath>
+#include <private/qglobal_p.h>
QT_BEGIN_NAMESPACE