summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2012-12-07 12:42:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-07 13:36:24 +0100
commitc1b832a129f40e62e1591492d260606f07e27c78 (patch)
tree1dfeb58e66cdbc977e53a30cfd967fbda0d7f421
parent48f9e13874a11247a35362e61c6d55c1618c6927 (diff)
downloadqtdoc-c1b832a129f40e62e1591492d260606f07e27c78.tar.gz
QtDoc: Fix link to designer manual.
Change-Id: Iadfba7db7530fea2d97064710617216c2b5d8018 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-rw-r--r--doc/src/development/uic.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc
index edb6a7d9..01b993d1 100644
--- a/doc/src/development/uic.qdoc
+++ b/doc/src/development/uic.qdoc
@@ -35,7 +35,7 @@
This page documents the \e{User Interface Compiler} for the \l{Qt Widgets}
toolkit. The \c uic reads an XML format user interface definition
- (\c .ui) file as generated by \l{designer-manual.html}{Qt
+ (\c .ui) file as generated by \l{Qt Designer Manual}{Qt
Designer} and creates a corresponding C++ header file.
Usage: