Skip to content

Commit ad578d7

Browse files
committed
add cursor to click mixin
1 parent eb89789 commit ad578d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ClickMixin.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// This mixin provides mouse click event detecting
2-
BaseMixin {
2+
BaseMouseMixin {
33
///@private
44
constructor: {
55
this._bindClick(this.enabled)

0 commit comments

Comments
 (0)