forked from qt-creator/qt-creator
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:
@@ -689,7 +689,7 @@ bool FixedRunConfigurationFactory::supportsBuildKey(Target *target, const QStrin
|
||||
{
|
||||
Q_UNUSED(target)
|
||||
Q_UNUSED(key)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
Reference in New Issue
Block a user