Skip to content

Commit

Permalink
qml: include missing imports
Browse files Browse the repository at this point in the history
qml imports policy have changed recently, some MR have been rebased and merged
without updating the imports
  • Loading branch information
chubinou authored and robUx4 committed Jul 30, 2024
1 parent d677a00 commit 291cc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/gui/qt/player/qml/PIPPlayer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/gui/qt/widgets/qml/TableViewDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 291cc4f

Please sign in to comment.