summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp')
-rw-r--r--tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
index 5ab71de9d1..4a814799da 100644
--- a/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
+++ b/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
@@ -39,11 +39,6 @@
**
****************************************************************************/
-
-/*-*-encoding:latin1-*-*/
-//#include <iostream>
-//using namespace std;
-
#include <QtTest/QtTest>
#ifdef Q_OS_UNIX
@@ -80,12 +75,7 @@ class tst_QTextStream : public QObject
{
Q_OBJECT
-public:
- tst_QTextStream();
- virtual ~tst_QTextStream();
-
public slots:
- void init();
void cleanup();
private slots:
@@ -376,18 +366,6 @@ void tst_QTextStream::getSetCheck()
QCOMPARE(INT_MAX, obj1.realNumberPrecision());
}
-tst_QTextStream::tst_QTextStream()
-{
-}
-
-tst_QTextStream::~tst_QTextStream()
-{
-}
-
-void tst_QTextStream::init()
-{
-}
-
void tst_QTextStream::cleanup()
{
QCoreApplication::instance()->processEvents();