QJsonValueRef cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-13 20:55:59 +00:00
parent 052ca3e26b
commit 5ab9368b11

View file

@ -208,8 +208,8 @@ class Q_CORE_EXPORT QJsonValueRef
QJsonArray *a;
QJsonObject *o;
};
uint is_object : 1;
uint index : 31;
bool is_object;
int index;
};
class Q_CORE_EXPORT QJsonValueRefPtr {