From 4d643d45f3de8575004efcb9e9fdb182d61fda85 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 14 Apr 2025 11:21:19 +0200 Subject: [PATCH] Update creator plugin template Amends 227bc8b6a4. Change-Id: Iedbcd97e177fd8309e889fd6ad309644f65f0a93 Reviewed-by: Jarek Kobus --- share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp index 7623760a534..521974f6fe0 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.cpp @@ -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);