diff options
Diffstat (limited to 'examples/declarative/sql/hello.qml')
-rw-r--r-- | examples/declarative/sql/hello.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/sql/hello.qml b/examples/declarative/sql/hello.qml index 29e084cc46..a9f77cacff 100644 --- a/examples/declarative/sql/hello.qml +++ b/examples/declarative/sql/hello.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Text { function findGreetings() { |