mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
QML: Use QtQuick 2.5 consistently
This commit is contained in:
parent
3d89828fe1
commit
b6fd8de126
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
* configured instance that interacts with the presentation.
|
||||
*/
|
||||
|
||||
import QtQuick 2.2;
|
||||
import QtQuick 2.5;
|
||||
|
||||
Image {
|
||||
id: fade
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick 2.5
|
||||
|
||||
Item {
|
||||
/*
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
* in the slideshow in the format "n / total".
|
||||
*/
|
||||
|
||||
import QtQuick 2.2;
|
||||
import QtQuick 2.5;
|
||||
|
||||
Rectangle {
|
||||
id: slideCounter
|
||||
|
|
Loading…
Add table
Reference in a new issue