Renamed JSON key from supportedTargets to just targets, in --capabilities-machine command output
This commit is contained in:
@@ -408,7 +408,7 @@ int Application::presentCapabilitiesMachine() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::cout << QJsonDocument(QJsonObject({
|
std::cout << QJsonDocument(QJsonObject({
|
||||||
{"supportedTargets", supportedTargets},
|
{"targets", supportedTargets},
|
||||||
#ifndef EXCLUDE_INSIGHT
|
#ifndef EXCLUDE_INSIGHT
|
||||||
{"insight", true},
|
{"insight", true},
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user