diff options
Diffstat (limited to 'examples/declarative/fonts/hello.qml')
-rw-r--r-- | examples/declarative/fonts/hello.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/hello.qml b/examples/declarative/fonts/hello.qml index e15a0f0..9d926fb 100644 --- a/examples/declarative/fonts/hello.qml +++ b/examples/declarative/fonts/hello.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { id: screen; width: 800; height: 480; color: "black" |