Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits: ae7d4a9f by Pierre Lamot at 2022-01-16T17:19:19+00:00 qml: fix Instantiator required imports for snap Qt version fix: #26470 - - - - - 1 changed file: - modules/gui/qt/util/qml/MultipleBinding.qml Changes: ===================================== modules/gui/qt/util/qml/MultipleBinding.qml ===================================== @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +import QtQuick 2.11 import QtQml 2.11 import QtQml.Models 2.11 View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ae7d4a9f87b26622baf2fb945856f3a01b7e491f -- View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ae7d4a9f87b26622baf2fb945856f3a01b7e491f You're receiving this email because of your account on code.videolan.org.
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
