forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user