Fix QML tests on Windows.
This commit is contained in:
parent
58d43d6de9
commit
5c7d93abed
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ class TestConnectionWithInvalidSignature(TimedQApplication):
|
|||
|
||||
context = view.rootContext()
|
||||
context.setContextProperty("rotatevalue", rotatevalue)
|
||||
view.setSource(adjust_filename('bug_456.qml', __file__))
|
||||
view.setSource(QtCore.QUrl.fromLocalFile(adjust_filename('bug_456.qml', __file__)))
|
||||
root = view.rootObject()
|
||||
button = root.findChild(QtCore.QObject, "buttonMouseArea")
|
||||
view.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue