From 84eef8a39cb3cb47eabbaf37db4ef62d0d7ab410 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 17 Jun 2019 18:30:40 +0000 Subject: [PATCH] QLinkedListData cleanup Signed-off-by: Ivailo Monev --- src/core/tools/qlinkedlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tools/qlinkedlist.h b/src/core/tools/qlinkedlist.h index a681c081e..e41c2baf3 100644 --- a/src/core/tools/qlinkedlist.h +++ b/src/core/tools/qlinkedlist.h @@ -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; };