~ssweeny/ubuntu-system-settings/wily-recompile-with-udm

« back to all changes in this revision

Viewing changes to plugins/sound/PageComponent.qml

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                objectPath: "/com/canonical/indicator/sound"
96
96
 
97
97
                property variant volume: action("volume")
98
 
                property variant silentMode: action("silent-mode")
99
98
                property variant highVolume: action("high-volume")
100
99
 
101
100
                Component.onCompleted: start()