diff --git a/src/testlib/qtestlog.cpp b/src/testlib/qtestlog.cpp index 9990bbdb46..36b69e1155 100644 --- a/src/testlib/qtestlog.cpp +++ b/src/testlib/qtestlog.cpp @@ -191,14 +191,6 @@ namespace QTest { } -QTestLog::QTestLog() -{ -} - -QTestLog::~QTestLog() -{ -} - void QTestLog::enterTestFunction(const char* function) { QTEST_ASSERT(QTest::testLogger);