doc: Fixed copy/paste errors in DSM snippets
authorAlejandro Exojo <suy@badopi.org>
Sat, 27 Dec 2014 09:31:05 +0000 (10:31 +0100)
committerAlejandro Exojo Piqueras <suy@badopi.org>
Tue, 30 Dec 2014 01:35:03 +0000 (02:35 +0100)
The comments make sense only for the first button, the one that changes
the text label.

Change-Id: I984f3eff7c797cbccafcba2a0eeaaff9001094e6
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/doc/snippets/qml/statemachine/statemachine-button-history.qml
src/qml/doc/snippets/qml/statemachine/statemachine-button-nested-ignore-quit.qml
src/qml/doc/snippets/qml/statemachine/statemachine-button-nested.qml

index 8f628232c1b2b5159edce65987b93bc6a43fbb27..c161a10610c954804e1371c75a7273f5dfac65bc 100644 (file)
@@ -58,7 +58,6 @@ Rectangle {
         }
         Button {
             id: quitButton
-            // change the button label to the active state id
             text: "quit"
         }
     }
index bf84b4cc9046d47f86bb72f716960a1d60f27dec..5bbd9ca9dfb8baf21b43680d43eccc30fbbeb1f7 100644 (file)
@@ -53,7 +53,6 @@ Rectangle {
         }
         Button {
             id: quitButton
-            // change the button label to the active state id
             text: "quit"
         }
     }
index dfa093716f84761656e5945d005b77200e3a6cb5..932a9249d362691cafabcae54e46d04465ff4665 100644 (file)
@@ -54,7 +54,6 @@ Rectangle {
         }
         Button {
             id: quitButton
-            // change the button label to the active state id
             text: "quit"
         }
     }