Rename HListView checking-related functions

This commit is contained in:
miruka
2020-03-27 05:05:25 -04:00
parent 3f69710813
commit af6cdc9013
6 changed files with 31 additions and 32 deletions

View File

@@ -94,7 +94,7 @@ HMxcImage {
TapHandler {
acceptedModifiers: Qt.ShiftModifier
onTapped:
eventList.delegatesFromLastToHereChecked(singleMediaInfo.index)
eventList.checkFromLastToHere(singleMediaInfo.index)
gesturePolicy: TapHandler.ReleaseWithinBounds
}