diff options
author | Martin Smith <msmith@trolltech.com> | 2009-04-23 13:26:08 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-04-23 13:26:08 (GMT) |
commit | ba4bc03f7b4e58e461e17d964fd870b3f38b6f6c (patch) | |
tree | 947e592cafda040dcbec01aa4c9197e1b0725041 | |
parent | ffa57d340970f40b924a0813509105b12eb50da2 (diff) | |
download | Qt-ba4bc03f7b4e58e461e17d964fd870b3f38b6f6c.zip Qt-ba4bc03f7b4e58e461e17d964fd870b3f38b6f6c.tar.gz Qt-ba4bc03f7b4e58e461e17d964fd870b3f38b6f6c.tar.bz2 |
qdoc: Edited the documentation to remove numerous qdoc warnings.
-rw-r--r-- | src/declarative/fx/qfxwebview.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/declarative/fx/qfxwebview.cpp b/src/declarative/fx/qfxwebview.cpp index 9a9ee70..a5d2ac3 100644 --- a/src/declarative/fx/qfxwebview.cpp +++ b/src/declarative/fx/qfxwebview.cpp @@ -243,7 +243,7 @@ void QFxWebView::componentComplete() This property holds the progress of loading the current URL, from 0 to 1. */ /*! - \property qreal QFxWebView::progress + \property QFxWebView::progress \brief the progress of loading the current URL, from 0 to 1. */ qreal QFxWebView::progress() const @@ -284,7 +284,7 @@ void QFxWebView::doLoadFinished(bool ok) loading of the URL successfully starts. */ /*! - \property QString QFxWebView::url + \property QFxWebView::url \brief the URL to the page displayed in this item. \sa urlChanged() @@ -330,7 +330,7 @@ void QFxWebView::setUrl(const QString &n) This property holds the ideal width for displaying the current URL. */ /*! - \property int QFxWebView::idealWidth + \property QFxWebView::idealWidth \brief the ideal width for displaying the current URL. */ int QFxWebView::idealWidth() const @@ -353,7 +353,7 @@ void QFxWebView::setIdealWidth(int iw) This property holds the ideal height for displaying the current URL. */ /*! - \property int QFxWebView::idealHeight + \property QFxWebView::idealHeight \brief the ideal height for displaying the current URL. */ int QFxWebView::idealHeight() const @@ -376,7 +376,7 @@ void QFxWebView::setIdealHeight(int ih) This property holds controls whether the item responds to mouse and key events. */ /*! - \property bool QFxWebView::interactive + \property QFxWebView::interactive \brief controls whether the item responds to mouse and key events. */ bool QFxWebView::interactive() const @@ -398,7 +398,7 @@ void QFxWebView::setInteractive(bool i) This property holds hints as to whether the item should be drawn anti-aliased. */ /*! - \property bool QFxWebView::smooth + \property QFxWebView::smooth \brief hints as to whether the item should be drawn anti-aliased. */ bool QFxWebView::smooth() const @@ -466,7 +466,7 @@ void QFxWebView::paintPage(const QRect& r) The cache will not be larger than the (unscaled) size of the WebView. */ /*! - \property int QFxWebView::cacheSize + \property QFxWebView::cacheSize \brief the maximum number of pixels of image cache to allow The default is 0.1 megapixels. |