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-09 18:57:36 -0800
commit821b9032e806c648576f9eb9e2f2bc38c725cfc3 (patch)
tree2d078e4c9ddb6c8d18fe45dee32e55d7d43e0d39 /src
parentb7cbf448862b1d73bc5b1b14d5ce0729a10486d3 (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: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/oauth/qabstractoauthreplyhandler_p.h1
-rw-r--r--src/oauth/qoauth1signature_p.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/oauth/qabstractoauthreplyhandler_p.h b/src/oauth/qabstractoauthreplyhandler_p.h
index 2e93f46..12a1344 100644
--- a/src/oauth/qabstractoauthreplyhandler_p.h
+++ b/src/oauth/qabstractoauthreplyhandler_p.h
@@ -42,6 +42,7 @@
#define QABSTRACTOAUTHREPLYHANDLER_P_H
#include <QtCore/qloggingcategory.h>
+#include <QtCore/private/qglobal_p.h>
Q_DECLARE_LOGGING_CATEGORY(lcReplyHandler)
diff --git a/src/oauth/qoauth1signature_p.h b/src/oauth/qoauth1signature_p.h
index b86218c..d2c212f 100644
--- a/src/oauth/qoauth1signature_p.h
+++ b/src/oauth/qoauth1signature_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Network Auth module of the Qt Toolkit.
@@ -47,6 +47,7 @@
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qshareddata.h>
+#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE