Skip to content
Snippets Groups Projects
Verified Commit 4c151cc3 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix C&P error for DeviceType

parent 5b0bd267
No related branches found
No related tags found
No related merge requests found
Pipeline #1505 passed
......@@ -185,7 +185,7 @@ Page {
}
gesturePolicy: TapHandler.ReleaseWithinBounds
acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | DeviceType.TouchPad
acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | PointerDevice.TouchPad
}
TapHandler {
......@@ -201,7 +201,7 @@ Page {
HoverHandler {
id: hovered
acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | DeviceType.TouchPad
acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | PointerDevice.TouchPad
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment