ExtensionSystem: fix variable name in API reference

Change-Id: Ifd476bc69b61b852177b1a93467dd9b1888b4efd
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2025-01-17 12:41:57 +01:00
parent 298cbfb5f7
commit fc8f7c631a

View File

@@ -36,12 +36,12 @@ namespace ExtensionSystem {
\inheaderfile extensionsystem/pluginspec.h
\inmodule QtCreator
\brief The PluginDependency class contains the name and required compatible
\brief The PluginDependency class contains the ID and required compatible
version number of a plugin's dependency.
This reflects the data of a dependency object in the plugin's meta data.
The name and version are used to resolve the dependency. That is,
a plugin with the given name and
The ID and version are used to resolve the dependency. That is,
a plugin with the given ID and
plugin \c {compatibility version <= dependency version <= plugin version} is searched for.
See also ExtensionSystem::IPlugin for more information about plugin dependencies and
@@ -49,7 +49,7 @@ namespace ExtensionSystem {
*/
/*!
\variable ExtensionSystem::PluginDependency::name
\variable ExtensionSystem::PluginDependency::id
String identifier of the plugin.
*/