summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qbuffer
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qbuffer')
-rw-r--r--tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
index 0306323b5a..832d7ee063 100644
--- a/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
+++ b/tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp
@@ -39,10 +39,8 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
-
#include <QBuffer>
#include <QByteArray>
@@ -52,9 +50,6 @@
class tst_QBuffer : public QObject
{
Q_OBJECT
-public:
- tst_QBuffer();
-
private slots:
void open();
void getSetCheck();
@@ -101,10 +96,6 @@ void tst_QBuffer::getSetCheck()
QCOMPARE(QByteArray(), obj1.data());
}
-tst_QBuffer::tst_QBuffer()
-{
-}
-
void tst_QBuffer::open()
{
QByteArray data(10, 'f');