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({
|
||||
{"supportedTargets", supportedTargets},
|
||||
{"targets", supportedTargets},
|
||||
#ifndef EXCLUDE_INSIGHT
|
||||
{"insight", true},
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user