From 9c1f96d47a65b0c084dc4767308c88527184a8cc Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 19 May 2015 11:44:04 +0200 Subject: IWizardFactory: Remove class wizard kind Map existing class wizards to file wizards. The separation has never been clean anyway. Now "file" wizards create one or more files, "project" wizards create a complete project (something that can be opened as a project in Qt Creator). Change-Id: I0562f26019b54a59d46814a13a0b2fa8995c3e0f Reviewed-by: Leena Miettinen Reviewed-by: Eike Ziller --- doc/src/projects/creator-projects-custom-wizards-json.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/projects/creator-projects-custom-wizards-json.qdoc b/doc/src/projects/creator-projects-custom-wizards-json.qdoc index 9356af878e..331cb04dc6 100644 --- a/doc/src/projects/creator-projects-custom-wizards-json.qdoc +++ b/doc/src/projects/creator-projects-custom-wizards-json.qdoc @@ -113,7 +113,7 @@ \code "version": 1, - "kind": "class", + "kind": "file", "id": "A.Class", "category": "O.C++", \endcode @@ -123,8 +123,8 @@ \li \c version is the version of the file contents. Do not modify this value. - \li \c kind specifies the type of the wizard: \c class, - \c file, or \c project. + \li \c kind specifies the type of the wizard: \c file or + \c project. \li \c id is the unique identifier for your wizard. You can use a leading letter to specify the position of the -- cgit v1.2.1