diff options
Diffstat (limited to 'examples/declarative/connections/content/Button.qml')
-rw-r--r-- | examples/declarative/connections/content/Button.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/connections/content/Button.qml b/examples/declarative/connections/content/Button.qml index 0e33c78..f95afbb 100644 --- a/examples/declarative/connections/content/Button.qml +++ b/examples/declarative/connections/content/Button.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: button |