Commit 0092cf2c authored by Don Gagne's avatar Don Gagne

Mobile fix

parent be0b4164
......@@ -990,7 +990,7 @@ FactMetaData* FactMetaData::createFromJsonObject(const QJsonObject& json, QObjec
QString defaultValueJsonKey;
#ifdef __mobile__
if (json.contains(_mobileDefaultValueJsonKey)) {
defaultValueJsonKey = _mobileDefaultValueJsonKey
defaultValueJsonKey = _mobileDefaultValueJsonKey;
}
#endif
if (defaultValueJsonKey.isEmpty() && json.contains(_defaultValueJsonKey)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment