From 7dc46c169890f53a0f16c5b0768bd6166f1c290c Mon Sep 17 00:00:00 2001 From: Gabriel Aprigliano Fernandes Date: Wed, 29 Apr 2015 16:07:19 -0300 Subject: [PATCH] Update SlideShow.qml to QtQuick 2.4 --- SlideShow.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SlideShow.qml b/SlideShow.qml index ffcfaf8..c7ebbba 100644 --- a/SlideShow.qml +++ b/SlideShow.qml @@ -1,4 +1,4 @@ -import QtQuick 2.0 +import QtQuick 2.4 Item { id: slideShowRoot @@ -70,5 +70,4 @@ Item { } } -} - +} \ No newline at end of file -- GitLab