~bfiller/gallery-app/revert-1245

« back to all changes in this revision

Viewing changes to rc/qml/Components/DeleteOrDeleteWithContentsDialog.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) 2012 Canonical Ltd
 
2
 * Copyright (C) 2012-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
17
17
 * Eric Gregory <eric@yorba.org>
18
18
 */
19
19
 
20
 
import QtQuick 2.0
21
 
import Ubuntu.Components 0.1
22
 
import Ubuntu.Components.Popups 0.1
23
 
import Ubuntu.Components.ListItems 0.1 as ListItem
 
20
import QtQuick 2.4
 
21
import Ubuntu.Components 1.3
 
22
import Ubuntu.Components.Popups 1.3
 
23
import Ubuntu.Components.ListItems 1.3 as ListItem
24
24
import Gallery 1.0
25
25
 
26
26
/*!