diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-01 06:33:59 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-01 06:33:59 (GMT) |
commit | 585f466362a1b54c62a50489c6cfe712f9398130 (patch) | |
tree | fe965363395713773a98e4bc2dd319934144878c /src/imports | |
parent | 3566c595e5a59266d604895180982ed12978419c (diff) | |
download | Qt-585f466362a1b54c62a50489c6cfe712f9398130.zip Qt-585f466362a1b54c62a50489c6cfe712f9398130.tar.gz Qt-585f466362a1b54c62a50489c6cfe712f9398130.tar.bz2 |
typo
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/webkit/qdeclarativewebview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/webkit/qdeclarativewebview.cpp b/src/imports/webkit/qdeclarativewebview.cpp index 1ff1078..5db812c 100644 --- a/src/imports/webkit/qdeclarativewebview.cpp +++ b/src/imports/webkit/qdeclarativewebview.cpp @@ -123,7 +123,7 @@ public: This type is made available by importing the \c org.webkit module: - \b{import org.webkit 1.0} + \bold{import org.webkit 1.0} If the width and height of the item is not set, they will dynamically adjust to a size appropriate for the content. |