From 165de1002719175c75df61913d36c2189538a84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 2 May 2017 19:23:13 +0200 Subject: Introduce helper class QTaggedPointer Useful for attaching small bits of information in the alignment bits of a naked pointer. For use in the new property system as well as in qtdeclarative (where currently a similar class exists as private API). Change-Id: Idf9b93e714e15129f302e16425dbeda94bcd207b Reviewed-by: Simon Hausmann --- src/corelib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/CMakeLists.txt') diff --git a/src/corelib/CMakeLists.txt b/src/corelib/CMakeLists.txt index 0435a7a4fc..e28df10290 100644 --- a/src/corelib/CMakeLists.txt +++ b/src/corelib/CMakeLists.txt @@ -230,6 +230,7 @@ qt_add_module(Core tools/qsimd.cpp tools/qsimd_p.h tools/qsize.cpp tools/qsize.h tools/qstack.h + tools/qtaggedpointer.h tools/qtools_p.h tools/qvarlengtharray.h tools/qvector.h -- cgit v1.2.3