summaryrefslogtreecommitdiff
path: root/doc/qtcreatordev
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-06-10 11:59:11 +0200
committerhjk <hjk@qt.io>2020-06-16 09:08:36 +0000
commit361b80cb9b3f4d3cb2d10df5d4e8f3a46447b17b (patch)
tree5260126a8bedf91742c269c6010421a20f0b83c9 /doc/qtcreatordev
parent7379a5ac52aa6dbf0bd8cd0245a242f583caf56d (diff)
downloadqt-creator-361b80cb9b3f4d3cb2d10df5d4e8f3a46447b17b.tar.gz
ExtensionSystem: Remove PluginSpec::isHiddenByDefault
Not used anymore. Change-Id: Ic73ba3024b9e6157ff044cb23450fc9dad3c4c02 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreatordev')
-rw-r--r--doc/qtcreatordev/src/plugin-metadata.qdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/qtcreatordev/src/plugin-metadata.qdoc b/doc/qtcreatordev/src/plugin-metadata.qdoc
index 5a6c133526..dec2dfb3cf 100644
--- a/doc/qtcreatordev/src/plugin-metadata.qdoc
+++ b/doc/qtcreatordev/src/plugin-metadata.qdoc
@@ -82,13 +82,6 @@
enabled by the user. This should be done for plugins which are not expected
to be used by so many people as to justify the additional resource consumption.
\row
- \li HiddenByDefault
- \li Boolean
- \li Optional. Defaults to \c false.
- If set, the plugin is not shown in the default view in the
- \uicontrol {About Plugins...} dialog, but only if the user requests seeing all
- plugins. It is still shown with the \c{-version} command line option.
- \row
\li Required
\li Boolean
\li Optional. Defaults to \c false.