diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 14:57:24 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 14:57:24 (GMT) |
commit | 594420567e7bfbf4f7bce0845eaf4f7d7a1e9380 (patch) | |
tree | 921e2d6b29cd760c42e81e5f734979c3f7109e3e /src/gui/graphicsview/qgraphicsproxywidget.cpp | |
parent | 83fb9c38d3f176b132138675be64ab477e72fe88 (diff) | |
download | Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.zip Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.gz Qt-594420567e7bfbf4f7bce0845eaf4f7d7a1e9380.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/graphicsview/qgraphicsproxywidget.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsproxywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsproxywidget.cpp b/src/gui/graphicsview/qgraphicsproxywidget.cpp index 320395e..e0eb3bb 100644 --- a/src/gui/graphicsview/qgraphicsproxywidget.cpp +++ b/src/gui/graphicsview/qgraphicsproxywidget.cpp @@ -1508,7 +1508,7 @@ int QGraphicsProxyWidget::type() const Creates a proxy widget for the given \a child of the widget contained in this proxy. - This function makes it possible to aquire proxies for + This function makes it possible to acquire proxies for non top-level widgets. For instance, you can embed a dialog, and then transform only one of its widgets. |