Fix a warning

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-10-21 13:01:46 -07:00
parent c4f5f01657
commit 24d7a90e5f
@@ -47,7 +47,8 @@ namespace O3DE::ProjectManager
}
else
{
return QString();
static const QString emptyString;
return emptyString;
}
}
public slots: