mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
QLinkedListData cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
410828e0ef
commit
84eef8a39c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct Q_CORE_EXPORT QLinkedListData
|
|||
QLinkedListData *n, *p;
|
||||
QAtomicInt ref;
|
||||
int size;
|
||||
uint sharable : 1;
|
||||
bool sharable;
|
||||
|
||||
static QLinkedListData shared_null;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue