~jonas-drange/ubuntu-system-settings/hotspots-change-test-backend

« back to all changes in this revision

Viewing changes to plugins/cellular/PageComponent.qml

  • Committer: jonas-drange
  • Date: 2015-07-24 18:30:38 UTC
  • Revision ID: jonas.drange@canonical.com-20150724183038-7m99fchycxqpa4xd
functioning everything

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        }
97
97
    }
98
98
 
99
 
    QDBusActionGroup {
100
 
        id: actionGroup
101
 
        busType: 1
102
 
        busName: "com.canonical.indicator.network"
103
 
        objectPath: "/com/canonical/indicator/network"
104
 
 
105
 
        property variant actionObject: action("wifi.enable")
106
 
 
107
 
        Component.onCompleted: {
108
 
            start()
109
 
        }
110
 
    }
111
 
 
112
99
    Item {
113
100
        id: waitIndicator
114
101
        anchors.fill: parent