diff options
Diffstat (limited to 'demos/declarative/samegame/content/SpinBlock.qml')
-rw-r--r-- | demos/declarative/samegame/content/SpinBlock.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/declarative/samegame/content/SpinBlock.qml b/demos/declarative/samegame/content/SpinBlock.qml index 2597bfb..1e92d9e 100644 --- a/demos/declarative/samegame/content/SpinBlock.qml +++ b/demos/declarative/samegame/content/SpinBlock.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Item { id:block //Note: These properties are the interface used to control the blocks property bool dying: false |