Skip to content
Snippets Groups Projects
Commit 1241d4bf authored by Romain Vimont's avatar Romain Vimont Committed by Pierre Lamot
Browse files

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
parent 0e836b4e
No related branches found
No related tags found
1 merge request!1853qt: fix QtQuick version
Pipeline #215854 passed with stage
in 15 minutes and 40 seconds
......@@ -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
/**
......
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