Renamed SceneButton to ImageSceneButton
authorMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:25:20 +0000 (19:25 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 1 Sep 2012 16:25:52 +0000 (19:25 +0300)
qml/ImagePage.qml
qml/ImageSceneButton.qml [moved from qml/SceneButton.qml with 100% similarity]

index f233a52..71b21a6 100644 (file)
@@ -37,7 +37,7 @@ CameraPage {
                 anchors.leftMargin: 20
         }
 
-        SceneButton {
+        ImageSceneButton {
                 id: scene
                 visible: capture.visible
                 anchors.top: flash.bottom
similarity index 100%
rename from qml/SceneButton.qml
rename to qml/ImageSceneButton.qml