diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-09-29 12:12:22 +1000 |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-09-29 12:12:22 +1000 |
commit | 49452ad6b22e080b1dfdfde38c21c48bb910a1ae (patch) | |
tree | 3afdab3cad225f8f223e9f46bb2fc99cbabcd4ab /doc/src/snippets/declarative/dynamicObjects-destroy.qml | |
parent | 4fcf055f66cc23c9e60a7add489e394420e71914 (diff) | |
download | qt4-tools-49452ad6b22e080b1dfdfde38c21c48bb910a1ae.tar.gz |
Replace all occurances of "Qt 4.7" with "QtQuick 1.0"
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
Diffstat (limited to 'doc/src/snippets/declarative/dynamicObjects-destroy.qml')
-rw-r--r-- | doc/src/snippets/declarative/dynamicObjects-destroy.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/dynamicObjects-destroy.qml b/doc/src/snippets/declarative/dynamicObjects-destroy.qml index b4ae80cce4..665f631dd3 100644 --- a/doc/src/snippets/declarative/dynamicObjects-destroy.qml +++ b/doc/src/snippets/declarative/dynamicObjects-destroy.qml @@ -38,7 +38,7 @@ ** ****************************************************************************/ //![0] -import Qt 4.7 +import QtQuick 1.0 Item { id: container |