Skip to content

effects/mouseclick: Fix warning about unhandled QPointingDevice::PointerType enum

Vlad Zahorodnii requested to merge work/zzag/unhandled-enum-warning into master

AllPointerTypes is used as a filter in pointing input device handlers in QML. I don't think we should hit this case in real world.

Merge request reports