Lua: Remove unused argument

Change-Id: Ie244f38ca034acfb33874e824b6e6c6b23233089
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-08-29 10:18:07 +02:00
parent 1f4ec394a7
commit cba31d4eb0

View File

@@ -20,12 +20,5 @@
"Url" : "https://www.qt.io", "Url" : "https://www.qt.io",
"DocumentationUrl" : "https://doc.qt.io/qtcreator-extending/lua-extensions.html", "DocumentationUrl" : "https://doc.qt.io/qtcreator-extending/lua-extensions.html",
"JsonWizardPaths" : [":/lua/wizards"], "JsonWizardPaths" : [":/lua/wizards"],
"Arguments" : [
{
"Name" : "-loadluaplugin",
"Parameter" : "path",
"Description" : "Load an additional lua plugin from the specified path"
}
],
${IDE_PLUGIN_DEPENDENCIES} ${IDE_PLUGIN_DEPENDENCIES}
} }