summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-05-29 12:58:19 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-05-29 12:58:19 (GMT)
commit37f3aeae8198d98cf9e33990b85e9b6fc443d948 (patch)
tree9476ab517a60f4238aeaa4ebf1e57cb4a86d9541
parent4b00e265388ed09017702489437c79e0b1a19a44 (diff)
downloadQt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.zip
Qt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.tar.gz
Qt-37f3aeae8198d98cf9e33990b85e9b6fc443d948.tar.bz2
Fixed docs for task 254824.
Task-number: 254824
-rw-r--r--tools/designer/src/uitools/quiloader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/designer/src/uitools/quiloader.cpp b/tools/designer/src/uitools/quiloader.cpp
index 2a66095..c6c2d80 100644
--- a/tools/designer/src/uitools/quiloader.cpp
+++ b/tools/designer/src/uitools/quiloader.cpp
@@ -613,8 +613,7 @@ void QUiLoaderPrivate::setupWidgetMap() const
reason, you can subclass the QUiLoader class and reimplement these
functions to intervene the process of constructing a user interface. For
example, you might want to have a list of the actions created when loading
- a form or creating a custom widget. However, in your reimplementation, you
- must call QUiLoader's original implementation of these functions first.
+ a form or creating a custom widget.
For a complete example using the QUiLoader class, see the
\l{Calculator Builder Example}.