summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsxqts/tst_suitetest.cpp')
-rw-r--r--tests/auto/xmlpatternsxqts/tst_suitetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
index 639a71e1..832d8429 100644
--- a/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
+++ b/tests/auto/xmlpatternsxqts/tst_suitetest.cpp
@@ -144,7 +144,7 @@ void tst_SuiteTest::checkTestSuiteResult() const
QVERIFY2(file->open(QIODevice::ReadOnly), qPrintable(QString::fromLatin1("Could not open file %1 for reading.")
.arg(i.fileName())));
- ResultThreader *handler = new ResultThreader(eventLoop, file, type, worker.data());
+ ResultThreader *handler = new ResultThreader(file, type, worker.data());
QObject::connect(handler, SIGNAL(finished()), worker.data(), SLOT(threadFinished()));