diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-02 05:55:06 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-02 05:55:06 (GMT) |
commit | feb79bba984520fa30bad83eb4a6f34cfb86a697 (patch) | |
tree | 9e3ad14e243c84f0dea08bf2dfca19b070fe450d /tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml | |
parent | 26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae (diff) | |
download | Qt-feb79bba984520fa30bad83eb4a6f34cfb86a697.zip Qt-feb79bba984520fa30bad83eb4a6f34cfb86a697.tar.gz Qt-feb79bba984520fa30bad83eb4a6f34cfb86a697.tar.bz2 |
Move WebView to an extension plugin.
Using WebView now requires:
import org.webkit 1.0
Task-number: QT-2995
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml b/tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml index 3dd4e51..0770acf 100644 --- a/tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml +++ b/tests/auto/declarative/qdeclarativewebview/data/propertychanges.qml @@ -1,4 +1,5 @@ import Qt 4.6 +import org.webkit 1.0 Item { width: 240 @@ -30,4 +31,4 @@ Item { pressGrabTime: 200 } } -}
\ No newline at end of file +} |