QML: Use QtQuick 2.5 consistently

This commit is contained in:
Adriaan de Groot 2018-03-08 12:08:07 +01:00
parent 3d89828fe1
commit b6fd8de126
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
* configured instance that interacts with the presentation.
*/
import QtQuick 2.2;
import QtQuick 2.5;
Image {
id: fade

View File

@ -46,7 +46,7 @@
****************************************************************************/
import QtQuick 2.0
import QtQuick 2.5
Item {
/*

View File

@ -20,7 +20,7 @@
* in the slideshow in the format "n / total".
*/
import QtQuick 2.2;
import QtQuick 2.5;
Rectangle {
id: slideCounter