summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringref/tst_qstringref.cpp')
-rw-r--r--tests/auto/corelib/tools/qstringref/tst_qstringref.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
index d5284caeb2..7b0009fc6e 100644
--- a/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
+++ b/tests/auto/corelib/tools/qstringref/tst_qstringref.cpp
@@ -51,18 +51,10 @@ Q_DECLARE_METATYPE(qlonglong)
//TESTED_CLASS=
//TESTED_FILES=
-
class tst_QStringRef : public QObject
{
Q_OBJECT
-
-public:
- tst_QStringRef();
- virtual ~tst_QStringRef();
-
-
public slots:
- void init();
void cleanup();
private slots:
void endsWith();
@@ -167,18 +159,6 @@ static inline double nan()
# define NAN (::nan())
#endif
-tst_QStringRef::tst_QStringRef()
-{
-}
-
-tst_QStringRef::~tst_QStringRef()
-{
-}
-
-void tst_QStringRef::init()
-{
-}
-
void tst_QStringRef::cleanup()
{
QLocale::setDefault(QString(QLatin1Char('C')));