From 35105f173e56ead3f5ad19b7ebeca5f5b928408b Mon Sep 17 00:00:00 2001 From: Glen Mabey Date: Tue, 9 Jul 2013 21:27:22 -0500 Subject: Long live QByteArrayList! Initial submission of a new class QByteArrayList with the purpose of aggregating and then joining QByteArray instances. [ChangeLog][QtCore] Added new QByteArrayList class. Done-with: Marc Mutz Change-Id: I503af58f125d7f44fef10360177490c933e5840f Reviewed-by: Thiago Macieira --- src/corelib/tools/tools.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/tools/tools.pri') diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri index 467f870249..af0ed228bd 100644 --- a/src/corelib/tools/tools.pri +++ b/src/corelib/tools/tools.pri @@ -9,6 +9,7 @@ HEADERS += \ tools/qarraydatapointer.h \ tools/qbitarray.h \ tools/qbytearray.h \ + tools/qbytearraylist.h \ tools/qbytearraymatcher.h \ tools/qbytedata_p.h \ tools/qcache.h \ @@ -77,6 +78,7 @@ SOURCES += \ tools/qarraydata.cpp \ tools/qbitarray.cpp \ tools/qbytearray.cpp \ + tools/qbytearraylist.cpp \ tools/qbytearraymatcher.cpp \ tools/qcollator.cpp \ tools/qcommandlineoption.cpp \ -- cgit v1.2.3