summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth2authorizationcodeflow_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2021-11-18 13:14:13 -0800
committerThiago Macieira <thiago.macieira@intel.com>2021-11-23 10:44:56 -0800
commit1f2628faff8d3dc0ab21b569e24471274cf4ba0e (patch)
tree8d088e3edc7db6d792ac325194d3d4021f1b1a72 /src/oauth/qoauth2authorizationcodeflow_p.h
parentca2af2c26b5248e2fd5f274fd0f538b3b60fae0f (diff)
Move Q_DECLARE_PUBLIC to the public section
This is now required to use QObjectPrivate::connect. Change-Id: Iccb47e5527544b6fbd75fffd16b8bd87f0818ad5 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/oauth/qoauth2authorizationcodeflow_p.h')
-rw-r--r--src/oauth/qoauth2authorizationcodeflow_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/qoauth2authorizationcodeflow_p.h b/src/oauth/qoauth2authorizationcodeflow_p.h
index ddccedf..f0c9256 100644
--- a/src/oauth/qoauth2authorizationcodeflow_p.h
+++ b/src/oauth/qoauth2authorizationcodeflow_p.h
@@ -55,9 +55,9 @@ QT_BEGIN_NAMESPACE
class QOAuth2AuthorizationCodeFlowPrivate : public QAbstractOAuth2Private
{
+public:
Q_DECLARE_PUBLIC(QOAuth2AuthorizationCodeFlow)
-public:
QOAuth2AuthorizationCodeFlowPrivate(const QUrl &authorizationUrl,
const QUrl &accessTokenUrl,
const QString &clientIdentifier,