From c95b48c020150a7d36374fd8cd9a1ff5bec42266 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Thu, 13 Feb 2025 12:41:27 +0100 Subject: [PATCH] ExtensionSystem: Describe VendorId Change-Id: I2da3df26b967683a1f627ab066192823ecd5b87c Reviewed-by: Eike Ziller --- doc/qtcreatordev/src/plugin-metadata.qdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/qtcreatordev/src/plugin-metadata.qdoc b/doc/qtcreatordev/src/plugin-metadata.qdoc index d91bf52c4f2..cf4add1f4e2 100644 --- a/doc/qtcreatordev/src/plugin-metadata.qdoc +++ b/doc/qtcreatordev/src/plugin-metadata.qdoc @@ -26,13 +26,17 @@ \li Meaning \row \li Id - \li String + \li String (must be lowercase) \li This is used as an identifier for the plugin and can e.g. be referenced in other plugin's dependencies. \row \li Name \li String \li This is used as the display name of your plugin in the UI. + \row + \li VendorId + \li String (must be lowercase) + \li A unique identifier for the vendor, like \c{mycompany}. \row \li Version \li String