diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/qtcreator-dev-wizards.qdoc | 4 |
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 |