summaryrefslogtreecommitdiff
path: root/src/gui/graphicsview/qgraphicsproxywidget.cpp
diff options
context:
space:
mode:
authorAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-04-20 16:26:10 +0200
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-04-20 16:26:10 +0200
commit30c0f2ea782239eb5165cc3f12cabc3da5b9eae0 (patch)
treef6ac44e8f339c6381f7b196918a84e828c9286d7 /src/gui/graphicsview/qgraphicsproxywidget.cpp
parent90a362519e119ee93dc5cabeb318b4d16da94e82 (diff)
downloadqt4-tools-30c0f2ea782239eb5165cc3f12cabc3da5b9eae0.tar.gz
Doc update for QGraphicsProxyWidget::setWidget().
Reviewed-by: Joao Reviewed-by: Kavindra
Diffstat (limited to 'src/gui/graphicsview/qgraphicsproxywidget.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsproxywidget.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicsproxywidget.cpp b/src/gui/graphicsview/qgraphicsproxywidget.cpp
index e7467d08c5..01b75934bf 100644
--- a/src/gui/graphicsview/qgraphicsproxywidget.cpp
+++ b/src/gui/graphicsview/qgraphicsproxywidget.cpp
@@ -544,9 +544,8 @@ QGraphicsProxyWidget::~QGraphicsProxyWidget()
hidden or disabled after embedding is complete. The class documentation
has a full overview over the shared state.
- The embedded widget's window flags are ignored. QGraphicsProxyWidget's
- window flags decide whether the widget, after embedding, should be given
- window decorations or not.
+ QGraphicsProxyWidget's window flags determine whether the widget, after
+ embedding, will be given window decorations or not.
After this function returns, QGraphicsProxyWidget will keep its state
synchronized with that of \a widget whenever possible.