Skip to content

Commit aff4352

Browse files
committed
[tests] Fixup build
1 parent 90d718b commit aff4352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/common/qmltest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ QmlTest::QmlTest(const QString& file, QWindow* parent)
2121
}
2222

2323
m_signalSpy = new QSignalSpy(engine(), SIGNAL(warnings(QList<QQmlError>)));
24-
m_signalSpy->setParent(this);
2524

2625
setSource(QUrl::fromLocalFile(file));
2726

0 commit comments

Comments
 (0)