OSDN Git Service

Fix PropertyAction snippet
authormae <qt-info@nokia.com>
Tue, 8 Jun 2010 10:52:07 +0000 (12:52 +0200)
committermae <qt-info@nokia.com>
Tue, 8 Jun 2010 10:52:36 +0000 (12:52 +0200)
Reviewed-by: thorbjorn
share/qtcreator/snippets/qml.xml

index cc81a72..07d4a61 100644 (file)
@@ -76,7 +76,7 @@
 </snippet>
 <snippet description="with targets">PropertyAction { targets: [<tab>name</tab>]; properties: "<tab>name</tab>" }
 </snippet>
-<snippet description="with target">PropertyAction { target: "<tab>name</tab>"; property: "<tab>name</tab>"; value: <tab>value</tab> }
+<snippet description="with target">PropertyAction { target: <tab>name</tab>; property: "<tab>name</tab>"; value: <tab>value</tab> }
 </snippet>
 <snippet>PauseAnimation { duration: <tab>200</tab> }
 </snippet>