StudioWelcome: Fix waring for unused parameter

Change-Id: I7eb98c7cfbc5c3595064fa7e8618239a198084ef
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Marco Bubke
2025-04-01 14:28:56 +02:00
committed by Thomas Hartmann
parent 67601a8945
commit 5abeb01ca2

View File

@@ -283,7 +283,7 @@ public:
Q_INVOKABLE void openExample(const QString &examplePath,
const QString &exampleName,
const QString &formFile,
const QString &,
const QString &explicitQmlproject)
{
QTC_ASSERT(!exampleName.isEmpty(), return );