Added a sounds component that implements the Notifications interface and is used to
[harmattan/cameraplus] / qml / main.qml
index 27c686f..4e0592d 100644 (file)
@@ -37,7 +37,6 @@ import QtMobility.location 1.2
 // TODO: record video in a hidden directory and then copy the video to avoid tracker indexing it.
 // TODO: stop viewfinder in settings pages ?
 // TODO: prevent going to mass storage while recording and capturing
-// TODO: sounds
 // TODO: grid lines, face tracking, ambr
 // TODO: complete settings pages
 // TODO: stop camera properly when we get closed.
@@ -245,6 +244,10 @@ PageStackWindow {
                         opacity: 0
                         color: "black"
                 }
+
+                notifications: Sounds {
+                        id: sounds
+                }
         }
 
         Scene {