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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to