QML: Use QtQuick 2.5 consistently
This commit is contained in:
parent
3d89828fe1
commit
b6fd8de126
@ -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…
Reference in New Issue
Block a user