[vlc-commits] [Git][videolan/vlc][master] qml: fix import version

Pierre Lamot (@chub) gitlab at videolan.org
Tue Oct 26 09:21:15 UTC 2021



Pierre Lamot pushed to branch master at VideoLAN / VLC


Commits:
a8886ea4 by Pierre Lamot at 2021-10-26T09:03:28+00:00
qml: fix import version

Version 2.15 of QtQuick.Window is not available in Qt 5.11

Fix regression introduced in e2c81a8afa8

- - - - -


1 changed file:

- modules/gui/qt/maininterface/qml/MainInterface.qml


Changes:

=====================================
modules/gui/qt/maininterface/qml/MainInterface.qml
=====================================
@@ -19,7 +19,7 @@
 import QtQuick 2.11
 import QtQuick.Layouts 1.11
 import QtQuick.Controls 2.4
-import QtQuick.Window 2.15
+import QtQuick.Window 2.11
 
 import org.videolan.vlc 0.1
 



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a8886ea4a5bb44876e9c69d44e6ff4c9ee4e632f
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list