[vlc-commits] [Git][videolan/vlc][master] qml: fix Instantiator required imports for snap Qt version
    Hugo Beauzée-Luyssen (@chouquette) 
    gitlab at videolan.org
       
    Sun Jan 16 17:41:40 UTC 2022
    
    
  
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.
    
    
More information about the vlc-commits
mailing list