summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-05-19 11:44:04 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-05-26 10:17:30 +0000
commit9c1f96d47a65b0c084dc4767308c88527184a8cc (patch)
tree330d3cda3289275a350e54ac441ff2cee45f7ed4 /doc
parentf895d97b035ab6545c3e6bd8655a5ecbdbc360b5 (diff)
downloadqt-creator-9c1f96d47a65b0c084dc4767308c88527184a8cc.tar.gz
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 <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/qtcreator-dev-wizards.qdoc2
-rw-r--r--doc/src/projects/creator-projects-custom-wizards-json.qdoc6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/qtcreator-dev-wizards.qdoc b/doc/api/qtcreator-dev-wizards.qdoc
index b9b9aabdae..4a0ccc0889 100644
--- a/doc/api/qtcreator-dev-wizards.qdoc
+++ b/doc/api/qtcreator-dev-wizards.qdoc
@@ -130,7 +130,7 @@
\row
\li Core::IWizard::WizardKind
\li kind
- \li Enumeration value that indicates the type of the wizard (project, class, file).
+ \li Enumeration value that indicates the type of the wizard (project or file).
\row
\li QIcon
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