Update creator plugin template

Amends 227bc8b6a4.

Change-Id: Iedbcd97e177fd8309e889fd6ad309644f65f0a93
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2025-04-14 11:21:19 +02:00
parent d5b8132de6
commit 4d643d45f3

View File

@@ -45,7 +45,7 @@ public:
// depends on have passed their initialize() phase.
// If you need access to command line arguments or to report errors, use the
// bool IPlugin::initialize(const QStringList &arguments, QString *errorString)
// Utils::Result<> IPlugin::initialize(const QStringList &arguments)
// overload.
ActionContainer *menu = ActionManager::createMenu(Constants::MENU_ID);