From b866f6b70e37714bfe584589b4deaf860b9c8a5c Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Mon, 6 Mar 2023 22:32:37 +0100 Subject: [PATCH] use new PointerDevice names --- .../mobileshell/qml/components/ExtendedAbstractButton.qml | 2 +- .../halcyon/package/contents/ui/FavoritesAppDelegate.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/mobileshell/qml/components/ExtendedAbstractButton.qml b/components/mobileshell/qml/components/ExtendedAbstractButton.qml index c94fafea..cce3fbe5 100644 --- a/components/mobileshell/qml/components/ExtendedAbstractButton.qml +++ b/components/mobileshell/qml/components/ExtendedAbstractButton.qml @@ -50,6 +50,6 @@ QQC2.AbstractButton { HoverHandler { id: hoverHandler acceptedDevices: PointerDevice.Mouse - acceptedPointerTypes: PointerDevice.GenericPointer + acceptedPointerTypes: PointerDevice.Generic } } diff --git a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml index fb0dc619..efe2367d 100644 --- a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml +++ b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml @@ -189,7 +189,7 @@ Item { HoverHandler { id: hoverHandler acceptedDevices: PointerDevice.Mouse - acceptedPointerTypes: PointerDevice.GenericPointer + acceptedPointerTypes: PointerDevice.Generic } Rectangle {