diff options
Diffstat (limited to 'examples/declarative/tic-tac-toe/content/TicTac.qml')
-rw-r--r-- | examples/declarative/tic-tac-toe/content/TicTac.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tic-tac-toe/content/TicTac.qml b/examples/declarative/tic-tac-toe/content/TicTac.qml index ccb7b78..d247943 100644 --- a/examples/declarative/tic-tac-toe/content/TicTac.qml +++ b/examples/declarative/tic-tac-toe/content/TicTac.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { signal clicked |