summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-02-04 10:18:49 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-02-04 10:18:49 (GMT)
commit26b696f9333147218bb7dca0abdf0e5f321763f9 (patch)
tree54f34f2728955551e2c4594b3e909099bd83cfbd
parent88a3be84f9a1cb235a8e3a9b25df7763646166b6 (diff)
downloadQt-26b696f9333147218bb7dca0abdf0e5f321763f9.zip
Qt-26b696f9333147218bb7dca0abdf0e5f321763f9.tar.gz
Qt-26b696f9333147218bb7dca0abdf0e5f321763f9.tar.bz2
Doc: Removed promisse to fix a problem
The problem is out of scope and will not be fixed. Task-number:QTBUG-4377 Reviewed-by:Trust Me
-rw-r--r--src/gui/widgets/qtoolbar.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/qtoolbar.cpp b/src/gui/widgets/qtoolbar.cpp
index 53050ac..8beda55 100644
--- a/src/gui/widgets/qtoolbar.cpp
+++ b/src/gui/widgets/qtoolbar.cpp
@@ -441,8 +441,7 @@ void QToolBarPrivate::plug(const QRect &r)
When a QToolBar is not a child of a QMainWindow, it looses the ability
to populate the extension pop up with widgets added to the toolbar using
addWidget(). Please use widget actions created by inheriting QWidgetAction
- and implementing QWidgetAction::createWidget() instead. This is a known
- issue which will be fixed in a future release.
+ and implementing QWidgetAction::createWidget() instead.
\sa QToolButton, QMenu, QAction, {Application Example}
*/