summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 15:47:59 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 16:09:16 +0100
commitec34cc43913ce0ae8e25aa0fda8df6949795768c (patch)
treef4f12a64840a22f4e87272c400ce6743278eb5f9
parent98f97db331a2cba52f9e2b64e15460e67c6deb2e (diff)
Doc: fix links after a page name changed
These links were missed when Wizard Pages was changed to Controller Scripting. Change-Id: Iaeff9fe33bdc54b3248768312998a9adf0a2370d Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--src/libs/installer/packagemanagercore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp
index 960c2da93..e12d28c63 100644
--- a/src/libs/installer/packagemanagercore.cpp
+++ b/src/libs/installer/packagemanagercore.cpp
@@ -966,7 +966,7 @@ bool PackageManagerCore::fetchRemotePackagesTree()
Adds the widget with objectName() \a name registered by \a component as a new page
into the installer's GUI wizard. The widget is added before \a page.
- See \l{Wizard Pages} for the possible values of \a page.
+ See \l{Controller Scripting} for the possible values of \a page.
Returns \c true if the operation succeeded.
@@ -1035,7 +1035,7 @@ void PackageManagerCore::setValidatorForCustomPage(Component *component, const Q
Adds the widget with objectName() \a name registered by \a component as an GUI element
into the installer's GUI wizard. The widget is added on \a page.
- See \l{Wizard Pages} for the possible values of \a page.
+ See \l{Controller Scripting} for the possible values of \a page.
\sa removeWizardPageItem, wizardWidgetInsertionRequested
*/