summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/tools.pri
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2011-11-03 12:52:26 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-14 14:09:53 +0100
commit4da0b5fc02fe3a647d32892905c42928841d6487 (patch)
treed742f15ad2f1e1e6fbceddb92e5f18496a758826 /src/corelib/tools/tools.pri
parentbd0b49efe0bf63b359fc315757a9de547d557802 (diff)
QArrayDataOps: generic array operations
This class, the selector and underlying implementations provide specialized operations on QArrayData, while allowing for optimized implementations that benefit from type-specific information. Currently, offering a generic implementation and specializations for PODs (trivial ctor, dtor and move operations) and movable types (can be trivially moved in memory). Change-Id: I2c5829b66c2aea79f12f21debe5c01f7104c7ea3 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/corelib/tools/tools.pri')
-rw-r--r--src/corelib/tools/tools.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri
index 199dd85354..2ec32fd9e9 100644
--- a/src/corelib/tools/tools.pri
+++ b/src/corelib/tools/tools.pri
@@ -3,6 +3,7 @@
HEADERS += \
tools/qalgorithms.h \
tools/qarraydata.h \
+ tools/qarraydataops.h \
tools/qbitarray.h \
tools/qbytearray.h \
tools/qbytearraymatcher.h \