diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-13 09:00:40 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-05-13 11:42:04 (GMT) |
commit | 0076f04c3637aaebb4d70d7c7e5fd0a78527c260 (patch) | |
tree | b65389b3f9511b193db364447a2fe3f331f9cbbf /tests/auto/auto.pro | |
parent | 8a7f9857350c50dc77d2a39a864b22cdaffa78ff (diff) | |
download | Qt-0076f04c3637aaebb4d70d7c7e5fd0a78527c260.zip Qt-0076f04c3637aaebb4d70d7c7e5fd0a78527c260.tar.gz Qt-0076f04c3637aaebb4d70d7c7e5fd0a78527c260.tar.bz2 |
QRingBuffer: Enanced with readPointerAtPosition
Ability to read from a QRingBuffer at any position without modifying it.
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 443ee7e..a3a6916 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -238,6 +238,7 @@ SUBDIRS += bic \ qregexpvalidator \ qregion \ qresourceengine \ + qringbuffer \ qscriptable \ qscriptclass \ qscriptcontext \ |