From 6321b5847a09ac52215fbb2a9269a1d09d32a12b Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 24 Aug 2012 23:17:13 +0200 Subject: 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 --- src/corelib/doc/src/plugins-howto.qdoc | 4 ++-- src/corelib/kernel/qcoreapplication.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc index 83a4a8b29e..20489574f6 100644 --- a/src/corelib/doc/src/plugins-howto.qdoc +++ b/src/corelib/doc/src/plugins-howto.qdoc @@ -68,7 +68,7 @@ Since the higher-level API is built on top of the lower-level API, some issues are common to both. - If you want to provide plugins for use with \l{Qt Designer}, see the QtDesigner + If you want to provide plugins for use with Qt Designer, see the QtDesigner module documentation. Topics: @@ -193,7 +193,7 @@ The \l{tools/plugandpaint}{Plug & Paint} example documentation explains this process in detail. See also \l{Creating Custom Widgets for Qt Designer} for information about issues that are - specific to \l{Qt Designer}. You can also take a look at the + specific to Qt Designer. You can also take a look at the \l{Echo Plugin Example} which is a more trivial example on how to implement a plugin that extends Qt applications. Please note that a QCoreApplication must have been initialized 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. -- cgit v1.2.3