~morphis/ubuntu-system-settings/bt-remove-sync-call

« back to all changes in this revision

Viewing changes to plugins/cellular/Components/DefaultSim.qml

  • Committer: CI Train Bot
  • Author(s): Ken VanDine
  • Date: 2015-10-23 14:57:21 UTC
  • mfrom: (1496.2.16 1_3)
  • Revision ID: ci-train-bot@canonical.com-20151023145721-yy5yzdpgvrs6oea9
Bump Ubuntu.Components imports to 1.3 and fixed UbuntuShape deprecations
 Fixes: #1508363
Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Jonas G. Drange <jonas.drange@canonical.com>
18
18
 *
19
19
*/
20
 
import QtQuick 2.0
 
20
import QtQuick 2.4
21
21
import SystemSettings 1.0
22
 
import Ubuntu.Components 0.1
23
 
import Ubuntu.Components.ListItems 0.1 as ListItem
 
22
import Ubuntu.Components 1.3
 
23
import Ubuntu.Components.ListItems 1.3 as ListItem
24
24
 
25
25
Column {
26
26