summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp')
-rw-r--r--tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp b/tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp
index 0ca360fda7..ea90b2236d 100644
--- a/tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp
+++ b/tests/auto/corelib/tools/qringbuffer/tst_qringbuffer.cpp
@@ -46,13 +46,6 @@
class tst_QRingBuffer : public QObject
{
Q_OBJECT
-
-public:
- tst_QRingBuffer();
- virtual ~tst_QRingBuffer();
-public slots:
- void initTestCase();
- void cleanupTestCase();
private slots:
void readPointerAtPositionWriteRead();
void readPointerAtPositionEmptyRead();
@@ -63,22 +56,6 @@ private slots:
void sizeWhenReserved();
};
-tst_QRingBuffer::tst_QRingBuffer()
-{
-}
-
-tst_QRingBuffer::~tst_QRingBuffer()
-{
-}
-
-void tst_QRingBuffer::initTestCase()
-{
-}
-
-void tst_QRingBuffer::cleanupTestCase()
-{
-}
-
void tst_QRingBuffer::sizeWhenReserved()
{
QRingBuffer ringBuffer;