diff options
Diffstat (limited to 'examples/declarative/minehunt/Explosion.qml')
-rw-r--r-- | examples/declarative/minehunt/Explosion.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/minehunt/Explosion.qml b/examples/declarative/minehunt/Explosion.qml index 84e93d4..b1fe848 100644 --- a/examples/declarative/minehunt/Explosion.qml +++ b/examples/declarative/minehunt/Explosion.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + Item { property bool explode : false |