[vlc-commits] [Git][videolan/vlc][master] qml: correct invalid assignment for point

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Sep 9 09:33:51 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c70cc746 by Fatih Uzunoglu at 2023-09-09T09:06:18+00:00
qml: correct invalid assignment for point

- - - - -


1 changed file:

- modules/gui/qt/util/qml/NativeMenu.qml


Changes:

=====================================
modules/gui/qt/util/qml/NativeMenu.qml
=====================================
@@ -56,7 +56,7 @@ VanillaObject {
 
     property var _effectiveActions: null
 
-    property point _popupPoint: null
+    property point _popupPoint
 
 
     function popup(_indexes, point, _options) {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c70cc746ec578f60705649ec47cf82ef4d0160f1

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c70cc746ec578f60705649ec47cf82ef4d0160f1
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