diff options
Diffstat (limited to 'doc/src/projects/creator-projects-custom-wizards-json.qdoc')
-rw-r--r-- | doc/src/projects/creator-projects-custom-wizards-json.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |