summaryrefslogtreecommitdiffstats
path: root/tools/designer/src/uitools/quiloader.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-06-04 13:37:56 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-06-04 13:37:56 (GMT)
commit2dcbb2efac5f5722e1980c01dd8ec0adaec114f3 (patch)
treeefb397c1e114ef145451b985ad490f3b8482b184 /tools/designer/src/uitools/quiloader.cpp
parent30971fa4ffaeb4c2a3a1267cca73311fb9834241 (diff)
parent95c0a8de7af1e631485117f5764f4e2677ec6d0b (diff)
downloadQt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.zip
Qt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.tar.gz
Qt-2dcbb2efac5f5722e1980c01dd8ec0adaec114f3.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tools/designer/src/uitools/quiloader.cpp')
-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}.