[vlc-commits] [Git][videolan/vlc][master] qt: fix QtQuick version
Pierre Lamot (@chub)
gitlab at videolan.org
Fri Apr 29 14:30:56 UTC 2022
Pierre Lamot pushed to branch master at VideoLAN / VLC
Commits:
1241d4bf by Romain Vimont at 2022-04-29T14:17:34+00:00
qt: fix QtQuick version
Connections.enabled requires QtQuick 2.7:
qml: component is not ready: qrc:/player/Player.qml:121 Type PlayerPlaylistVisiblityFSM unavailable
qrc:/player/PlayerPlaylistVisiblityFSM.qml:99 "Connections.enabled" is not available in QtQuick 2.0.
For consistency with other Qml headers, use QtQuick 2.11.
Refs https://phabricator.kde.org/D14984
- - - - -
1 changed file:
- modules/gui/qt/player/qml/PlayerPlaylistVisiblityFSM.qml
Changes:
=====================================
modules/gui/qt/player/qml/PlayerPlaylistVisiblityFSM.qml
=====================================
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-import QtQuick 2.0
+import QtQuick 2.11
import org.videolan.vlc 0.1
/**
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1241d4bf60f8def6e5ffdf79f4f02af53c22d8b9
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1241d4bf60f8def6e5ffdf79f4f02af53c22d8b9
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