From 8cdeed86333c94042bcd3cfa618c6dd2c9686d3a Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 5 Apr 2017 11:53:39 +0200 Subject: 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 --- doc/api/qtcreator-dev-wizards.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api') 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 -- cgit v1.2.1