Skip to content

Commit

Permalink
how-to use new component
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 12, 2024
1 parent 7664342 commit b8fce5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/components/MMSingleClickMouseArea.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import QtQuick
/**
* MMSingleClickMouseArea enhances MouseArea by preventing multiple clicks within a
* specified time frame, ensuring consistent behavior and avoiding unintended actions
* Similar to MouseArea, but it should be used with onSingleClicked signal handling instead of onClicked
*/

MouseArea {
Expand Down

0 comments on commit b8fce5a

Please sign in to comment.