aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler_p.h
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-11-23 10:48:30 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2024-01-09 10:40:47 +0100
commit9dd45fff835a7c261dacc9ee6239d42ef1a74bbe (patch)
tree4cc139d5526735e5973fd881a43359ae3fb6575e /src/quick/handlers/qquickpointerhandler_p.h
parent49a45ee1d8d1a8eeba2fedaf0cb127b898311574 (diff)
Remove the use of Q_QUICK_PRIVATE_EXPORT
Task-number: QTBUG-117983 Change-Id: Ia904c9390efb13b92de2e16fa0690e48394f9bab Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler_p.h')
-rw-r--r--src/quick/handlers/qquickpointerhandler_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/handlers/qquickpointerhandler_p.h b/src/quick/handlers/qquickpointerhandler_p.h
index afc1e6d517..eb4255bbca 100644
--- a/src/quick/handlers/qquickpointerhandler_p.h
+++ b/src/quick/handlers/qquickpointerhandler_p.h
@@ -23,7 +23,7 @@
#include <QtQml/QQmlParserStatus>
#include <QtQml/qqmlregistration.h>
#include <QtQuick/qtquickglobal.h>
-#include <QtQuick/private/qtquickexports_p.h>
+#include <QtQuick/qtquickexports.h>
QT_BEGIN_NAMESPACE
@@ -33,7 +33,7 @@ class QQuickItem;
class QQuickPointerHandlerPrivate;
class QPointerEvent;
-class Q_QUICK_PRIVATE_EXPORT QQuickPointerHandler : public QObject, public QQmlParserStatus
+class Q_QUICK_EXPORT QQuickPointerHandler : public QObject, public QQmlParserStatus
{
Q_OBJECT
Q_INTERFACES(QQmlParserStatus)