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>
This commit is contained in:
Tobias Hunger
2017-04-05 11:53:39 +02:00
parent 2a6237705c
commit 8cdeed8633

View File

@@ -34,8 +34,8 @@
is not sufficient for your case, you can write wizards in code. is not sufficient for your case, you can write wizards in code.
A wizard in \QC is an instance of a class implementing A wizard in \QC is an instance of a class implementing
the Core::IWizardFactory interface that is registered with the Core::IWizardFactory interface that has a creator function registered
ExtensionSystem::PluginManager. with IWizardFactory::registerFactoryCreator.
Implementing wizards requires: Implementing wizards requires:
\list \list