~seb128/gallery-app/delete-dialogs-tweaks

« back to all changes in this revision

Viewing changes to rc/qml/Utility/EditingHUD.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) 2013 Canonical Ltd
 
2
 * Copyright (C) 2013-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.0
 
17
import QtQuick 2.4
18
18
import Gallery 1.0
19
 
import Ubuntu.Components 0.1
 
19
import Ubuntu.Components 1.3
20
20
import Ubuntu.Unity.Action 1.0 as UnityActions
21
21
 
22
22
/*!