mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
QJsonValueRef cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
052ca3e26b
commit
5ab9368b11
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue