Renamed JSON key from supportedTargets to just targets, in --capabilities-machine command output

This commit is contained in:
Nav
2024-02-13 20:51:02 +00:00
parent bf39260e0e
commit 19103f19b0

View File

@@ -408,7 +408,7 @@ int Application::presentCapabilitiesMachine() {
}
std::cout << QJsonDocument(QJsonObject({
{"supportedTargets", supportedTargets},
{"targets", supportedTargets},
#ifndef EXCLUDE_INSIGHT
{"insight", true},
#else