QML: Use QtQuick 2.5 consistently

main
Adriaan de Groot 7 years ago
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…
Cancel
Save