aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickdeliveryagent_p_p.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2021-11-18 13:18:19 -0800
committerThiago Macieira <thiago.macieira@intel.com>2021-11-27 19:08:07 -0800
commitdd75ee4fce0e254d9db9aba93d002125355d914b (patch)
treefad2463364b508d22596dba36f0f891ef8fee146 /src/quick/util/qquickdeliveryagent_p_p.h
parent788d6151b4ae76eaf3d6cfcd71e8d4713a420d65 (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/quick/util/qquickdeliveryagent_p_p.h')
-rw-r--r--src/quick/util/qquickdeliveryagent_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickdeliveryagent_p_p.h b/src/quick/util/qquickdeliveryagent_p_p.h
index f9095158e8..abfe6d9a8f 100644
--- a/src/quick/util/qquickdeliveryagent_p_p.h
+++ b/src/quick/util/qquickdeliveryagent_p_p.h
@@ -76,8 +76,8 @@ struct QQuickPointingDeviceExtra {
class Q_QUICK_PRIVATE_EXPORT QQuickDeliveryAgentPrivate : public QObjectPrivate
{
- Q_DECLARE_PUBLIC(QQuickDeliveryAgent)
public:
+ Q_DECLARE_PUBLIC(QQuickDeliveryAgent)
QQuickDeliveryAgentPrivate(QQuickItem *root);
~QQuickDeliveryAgentPrivate();