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 ...@@ -990,7 +990,7 @@ FactMetaData* FactMetaData::createFromJsonObject(const QJsonObject& json, QObjec
QString defaultValueJsonKey; QString defaultValueJsonKey;
#ifdef __mobile__ #ifdef __mobile__
if (json.contains(_mobileDefaultValueJsonKey)) { if (json.contains(_mobileDefaultValueJsonKey)) {
defaultValueJsonKey = _mobileDefaultValueJsonKey defaultValueJsonKey = _mobileDefaultValueJsonKey;
} }
#endif #endif
if (defaultValueJsonKey.isEmpty() && json.contains(_defaultValueJsonKey)) { 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