diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-11 12:19:37 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-11 15:36:31 (GMT) |
commit | 9e0bfde7cdb439d9ef416cd932340a90cc61abb8 (patch) | |
tree | adc0bc5c33838f9d48e0d72e9e59dc3112a6edd0 /src/gui/graphicsview | |
parent | 4f6ccce6ad8b6df523fd354aac2bcd32a7a65bc4 (diff) | |
download | Qt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.zip Qt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.tar.gz Qt-9e0bfde7cdb439d9ef416cd932340a90cc61abb8.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicslayout.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicslayout.cpp b/src/gui/graphicsview/qgraphicslayout.cpp index a67ae48..ce4452f 100644 --- a/src/gui/graphicsview/qgraphicslayout.cpp +++ b/src/gui/graphicsview/qgraphicslayout.cpp @@ -478,7 +478,7 @@ static bool g_instantInvalidatePropagation = false; /*! \internal \since 4.8 - \see instantInvalidatePropagation + \sa instantInvalidatePropagation() Calling this function with \a enable set to true will enable a feature that makes propagation of invalidation up to ancestor layout items to be done in @@ -489,7 +489,7 @@ static bool g_instantInvalidatePropagation = false; invalid (not activated). This is the recommended behaviour. If not set it will also propagate up the parentLayoutItem() hierarchy, but - it will stop at the \i first \i widget it encounters, and post a layout + it will stop at the \e{first widget} it encounters, and post a layout request to the widget. When the layout request is consumed, this might cause it to continue propagation up to the parentLayoutItem() of the widget. It will continue in this fashion until it has reached a widget with @@ -508,7 +508,7 @@ void QGraphicsLayout::setInstantInvalidatePropagation(bool enable) /*! \internal \since 4.8 - \see setInstantInvalidatePropagation + \sa setInstantInvalidatePropagation() returns true if the complete widget/layout hierarchy is rearranged in one go. */ |