From fc8f7c631a72d41015a885dcce4dc0ac10583b66 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 17 Jan 2025 12:41:57 +0100 Subject: [PATCH] ExtensionSystem: fix variable name in API reference Change-Id: Ifd476bc69b61b852177b1a93467dd9b1888b4efd Reviewed-by: Eike Ziller --- src/libs/extensionsystem/pluginspec.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libs/extensionsystem/pluginspec.cpp b/src/libs/extensionsystem/pluginspec.cpp index bb58e36a28d..b7456c49b34 100644 --- a/src/libs/extensionsystem/pluginspec.cpp +++ b/src/libs/extensionsystem/pluginspec.cpp @@ -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. */