~bfiller/gallery-app/revert-1245

« back to all changes in this revision

Viewing changes to rc/qml/MediaViewer/PhotoEditor/EditStack.qml

  • Committer: CI Train Bot
  • Author(s): Arthur Mello
  • Date: 2015-11-06 14:05:15 UTC
  • mfrom: (1241.1.30 gallery-app-sdk_1_3)
  • Revision ID: ci-train-bot@canonical.com-20151106140515-y27n4x5nt1ajn3jy
Update QML code to work with Ubuntu.Components 1.3 Fixes: #1508363
Approved by: Renato Araujo Oliveira Filho

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2014 Canonical Ltd
 
2
 * Copyright (C) 2014-2015 Canonical Ltd
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3 as
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
import QtQuick 2.3
18
 
import Ubuntu.Components 1.1
 
17
import QtQuick 2.4
 
18
import Ubuntu.Components 1.3
19
19
import Gallery 1.0
20
20
 
21
21
Item {