more CR feedback

This commit is contained in:
Brad Hefta-Gaub 2016-04-21 15:54:51 -07:00
parent 2abcc454b0
commit e8af41c6ab

View file

@ -960,8 +960,7 @@ bool OctreeServer::readOptionInt64(const QString& optionName, const QJsonObject&
optionAvailable = true;
result = atoll(argValue);
qDebug() << "From payload arguments: " << qPrintable(argName) << ":" << result;
}
else if (settingsSectionObject.contains(optionName)) {
} else if (settingsSectionObject.contains(optionName)) {
optionAvailable = true;
result = settingsSectionObject[optionName].toString().toLongLong(&optionAvailable);
if (optionAvailable) {