forked from qt-creator/qt-creator
StudioWelcome: Fix waring for unused parameter
Change-Id: I7eb98c7cfbc5c3595064fa7e8618239a198084ef Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
67601a8945
commit
5abeb01ca2
@@ -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 );
|
||||
|
Reference in New Issue
Block a user