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/qringbuffer/qringbuffer.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/qringbuffer/qringbuffer.pro')
-rw-r--r-- | tests/auto/qringbuffer/qringbuffer.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qringbuffer/qringbuffer.pro b/tests/auto/qringbuffer/qringbuffer.pro new file mode 100644 index 0000000..91fb0a0 --- /dev/null +++ b/tests/auto/qringbuffer/qringbuffer.pro @@ -0,0 +1,6 @@ +load(qttest_p4) +SOURCES += tst_qringbuffer.cpp + +QT = core + + |