[vlc-commits] [Git][videolan/vlc][master] qml/TouchScreenTapHandlerRev11: add missing signal
Pierre Lamot (@chub)
gitlab at videolan.org
Mon Jan 30 15:54:19 UTC 2023
Pierre Lamot pushed to branch master at VideoLAN / VLC
Commits:
727232f4 by Yann Lochet at 2023-01-30T15:40:54+00:00
qml/TouchScreenTapHandlerRev11: add missing signal
dda6d04f uses longPressed in TouchScreenTapHandlerCompat, breaking the
Qt interface on 5.11
- - - - -
1 changed file:
- modules/gui/qt/util/qml/TouchScreenTapHandlerRev11.qml
Changes:
=====================================
modules/gui/qt/util/qml/TouchScreenTapHandlerRev11.qml
=====================================
@@ -21,4 +21,5 @@ import QtQuick 2.11
Item {
//mock, TapHandler is present in QtQuick >= 2.12
signal tapped()
+ signal longPressed()
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/727232f41ae160f1a880c83dbe3e56c6f1254c6d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/727232f41ae160f1a880c83dbe3e56c6f1254c6d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list