mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 16:12:26 +02:00
add back commenting out of blind values return
This commit is contained in:
parent
4d80417e3c
commit
d6dca84694
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ bool DomainServerSettingsManager::handlePublicHTTPRequest(HTTPConnection* connec
|
|||
if (typeValue.isEmpty()) {
|
||||
// combine the description object and our current settings map
|
||||
responseObject["descriptions"] = _descriptionObject;
|
||||
responseObject["values"] = QJsonDocument::fromVariant(_settingsMap).object();
|
||||
// responseObject["values"] = QJsonDocument::fromVariant(_settingsMap).object();
|
||||
} else {
|
||||
// convert the string type value to a QJsonValue
|
||||
QJsonValue queryType = QJsonValue(typeValue.toInt());
|
||||
|
|
Loading…
Reference in a new issue