Skip to content
Snippets Groups Projects
Commit 291cc4f4 authored by Pierre Lamot's avatar Pierre Lamot Committed by Steve Lhomme
Browse files

qml: include missing imports

qml imports policy have changed recently, some MR have been rebased and merged
without updating the imports
parent d677a00a
No related branches found
No related tags found
1 merge request!5801qml: include missing imports
Pipeline #497508 passed with stages
in 42 minutes and 44 seconds
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment