Ensure doc code snippet can be loaded by QML engine.
authorMartin Jones <martin.jones@nokia.com>
Tue, 31 May 2011 06:18:30 +0000 (16:18 +1000)
committerMartin Jones <martin.jones@nokia.com>
Tue, 31 May 2011 06:18:30 +0000 (16:18 +1000)
Change-Id: I2249a064a0c2afa3de1a9252ab4796af5bbeacc8

doc/src/snippets/declarative/mousearea/mousearea-snippet.qml

index 1b9a9ec..d93e2d8 100644 (file)
@@ -65,7 +65,6 @@ Rectangle {
         //! [anchor fill]
 
         Rectangle {
-            id: button
             width: 100; height: 100
 
         //! [enable handlers]
@@ -79,7 +78,6 @@ Rectangle {
         }
 
         Rectangle {
-            id: button
             width: 100; height: 100
 
         //! [mouse handlers]