Blame SOURCES/0005-Remove-unused-QPointer-QQuickPointerMask.patch

72e842
From d7d355175aa1e625e5b59b4494e37aeac9c849d5 Mon Sep 17 00:00:00 2001
72ccf7
From: Albert Astals Cid <albert.astals.cid@kdab.com>
72ccf7
Date: Thu, 17 Jun 2021 16:32:28 +0200
72e842
Subject: [PATCH 05/20] Remove unused QPointer<QQuickPointerMask>
72ccf7
72ccf7
Change-Id: I009fa6bbd8599dc3bb2e810176fe20e70ed50851
72ccf7
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
72ccf7
(cherry picked from commit ac03b4b8ee9cc8d4522e0c8cf1018ff086f80c1b)
72ccf7
---
72ccf7
 src/quick/items/qquickmousearea_p_p.h | 2 --
72ccf7
 1 file changed, 2 deletions(-)
72ccf7
72ccf7
diff --git a/src/quick/items/qquickmousearea_p_p.h b/src/quick/items/qquickmousearea_p_p.h
72ccf7
index fba383e268..0d63618622 100644
72ccf7
--- a/src/quick/items/qquickmousearea_p_p.h
72ccf7
+++ b/src/quick/items/qquickmousearea_p_p.h
72ccf7
@@ -61,7 +61,6 @@ QT_BEGIN_NAMESPACE
72ccf7
 
72ccf7
 class QQuickMouseEvent;
72ccf7
 class QQuickMouseArea;
72ccf7
-class QQuickPointerMask;
72ccf7
 class QQuickMouseAreaPrivate : public QQuickItemPrivate
72ccf7
 {
72ccf7
     Q_DECLARE_PUBLIC(QQuickMouseArea)
72ccf7
@@ -100,7 +99,6 @@ public:
72ccf7
 #if QT_CONFIG(quick_draganddrop)
72ccf7
     QQuickDrag *drag;
72ccf7
 #endif
72ccf7
-    QPointer<QQuickPointerMask> mask;
72ccf7
     QPointF startScene;
72ccf7
     QPointF targetStartPos;
72ccf7
     QPointF lastPos;
72ccf7
-- 
72e842
2.35.1
72ccf7