summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-03-03 04:06:35 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-03-03 04:06:35 (GMT)
commitfdc857a176cf86970981e6d3c814725ca674b307 (patch)
tree47c5d2dc6443a6b513e6450d9aa679a7cdd5d0a2 /examples
parent070601edc397b9cebc8bffd3f1a18da9a5180b21 (diff)
downloadQt-fdc857a176cf86970981e6d3c814725ca674b307.zip
Qt-fdc857a176cf86970981e6d3c814725ca674b307.tar.gz
Qt-fdc857a176cf86970981e6d3c814725ca674b307.tar.bz2
Add import Qt.widgets 4.6 to layout.qml example
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/layouts/layouts.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/layouts/layouts.qml b/examples/declarative/layouts/layouts.qml
index accd969..4b2a3f8 100644
--- a/examples/declarative/layouts/layouts.qml
+++ b/examples/declarative/layouts/layouts.qml
@@ -1,5 +1,5 @@
import Qt 4.6
-
+import Qt.widgets 4.6
Item {
id: resizable
width:400