summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-24 23:17:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:07:51 +0200
commit6321b5847a09ac52215fbb2a9269a1d09d32a12b (patch)
tree1b95fac82701a74de6701878fd179be4958e71b7 /src/corelib/kernel
parenta92c254c453659fe186d27a4169b11dc731b16b2 (diff)
doc: remove links to Qt Designer
Designer is in the tools repo, we cannot link there. Mentioning the name should be good enough. Change-Id: I55193aa31e60ae266a8890f706c332a63ed3610d Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 86f445b57f..a59cdf8e43 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -1544,7 +1544,7 @@ void QCoreApplication::quit()
to all toplevel windows, where a reimplementation of changeEvent can
re-translate the user interface by passing user-visible strings via the
tr() function to the respective property setters. User-interface classes
- generated by \l{Qt Designer} provide a \c retranslateUi() function that can be
+ generated by Qt Designer provide a \c retranslateUi() function that can be
called.
The function returns true on success and false on failure.