summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-04-05 11:53:39 +0200
committerTobias Hunger <tobias.hunger@qt.io>2017-04-05 13:37:39 +0000
commit8cdeed86333c94042bcd3cfa618c6dd2c9686d3a (patch)
tree60a31cf2a35a1183f002f7dede9bea7ca94ce90c /doc/api
parent2a6237705cc0b2a0b85289306d724e56212a5365 (diff)
downloadqt-creator-8cdeed86333c94042bcd3cfa618c6dd2c9686d3a.tar.gz
Doc: Update Wizard documentation
As the reporter of QTCREATORBUG-17840 points out the registration process for wizards has changed. Finally update the documentation to reflect this change. Task-number: QTCREATORBUG-17840 Change-Id: I587de1d6d612c9ce660347be36ee78129448c04e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/qtcreator-dev-wizards.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/qtcreator-dev-wizards.qdoc b/doc/api/qtcreator-dev-wizards.qdoc
index 096d3a8320..ddb11119ea 100644
--- a/doc/api/qtcreator-dev-wizards.qdoc
+++ b/doc/api/qtcreator-dev-wizards.qdoc
@@ -34,8 +34,8 @@
is not sufficient for your case, you can write wizards in code.
A wizard in \QC is an instance of a class implementing
- the Core::IWizardFactory interface that is registered with
- ExtensionSystem::PluginManager.
+ the Core::IWizardFactory interface that has a creator function registered
+ with IWizardFactory::registerFactoryCreator.
Implementing wizards requires:
\list