Utils: Fix an occurrence of the old IPlugin::initialize() signature

... in a comment.

Change-Id: I9d3e3ce03bccd96b52c6276be83c202b069e71e1
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2025-04-16 16:49:27 +02:00
parent d6e5ef56d5
commit c5c74269c1

View File

@@ -232,7 +232,7 @@ using namespace Internal;
A typical setup is to register variables in the Plugin::initialize() function.
\code
bool MyPlugin::initialize(const QStringList &arguments, QString *errorString)
void MyPlugin::initialize()
{
[...]
MacroExpander::registerVariable(