Code review comment for lp:~gang65/ubuntu-clock-app/ubuntu-clock-volume-preview

Revision history for this message
Victor Thompson (vthompson) wrote :

One thing to note is that when I make the following change, any value from the slider results in "VOLUME: 0"

=== modified file 'app/alarm/AlarmSettingsPage.qml'
--- app/alarm/AlarmSettingsPage.qml 2015-07-29 19:35:00 +0000
+++ app/alarm/AlarmSettingsPage.qml 2015-08-07 22:35:02 +0000
@@ -35,7 +35,7 @@

     Audio {
         id: previewAlarmVolume
         audioRole: MediaPlayer.alarm
+ onVolumeChanged: console.log("VOLUME: ", volume)
     }

« Back to merge proposal