forked from qt-creator/qt-creator
ExtensionSystem: Describe VendorId
Change-Id: I2da3df26b967683a1f627ab066192823ecd5b87c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user