[vlc-commits] [Git][videolan/vlc][master] qml: include missing imports
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Tue Jul 30 19:42:27 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
291cc4f4 by Pierre Lamot at 2024-07-30T19:15:44+00:00
qml: include missing imports
qml imports policy have changed recently, some MR have been rebased and merged
without updating the imports
- - - - -
2 changed files:
- modules/gui/qt/player/qml/PIPPlayer.qml
- modules/gui/qt/widgets/qml/TableViewDelegate.qml
Changes:
=====================================
modules/gui/qt/player/qml/PIPPlayer.qml
=====================================
@@ -23,6 +23,7 @@ import VLC.Style
 import VLC.Widgets as Widgets
 import VLC.Playlist
 import VLC.Player
+import VLC.Util
 
 T.Control {
     id: root
=====================================
modules/gui/qt/widgets/qml/TableViewDelegate.qml
=====================================
@@ -20,7 +20,7 @@ import QtQuick
 import QtQuick.Templates as T
 import QtQuick.Layouts
 
-
+import VLC.MainInterface
 import VLC.Widgets as Widgets
 import VLC.Style
 import VLC.Util
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/291cc4f4971b26ddc7dc457d4c56e1bf14e6ab49
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/291cc4f4971b26ddc7dc457d4c56e1bf14e6ab49
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