ProjectExplorer: Fix "unavailable" annotation of fixed run configs

Amends 058a931d27.

Fixes: QTCREATORBUG-29983
Change-Id: I4db546d1370909b55d6662d403be10e263c4e878
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2023-11-28 18:19:48 +01:00
parent 3204002055
commit f073db7f4c

View File

@@ -689,7 +689,7 @@ bool FixedRunConfigurationFactory::supportsBuildKey(Target *target, const QStrin
{
Q_UNUSED(target)
Q_UNUSED(key)
return false;
return true;
}
} // namespace ProjectExplorer