Fixed typo in SimpleData example
This commit is contained in:
parent
df1e3ec72e
commit
8aa9b7f5a2
|
@ -20,7 +20,7 @@ proc mainProc() =
|
||||||
|
|
||||||
engine.rootContext.setContextProperty("qVar1", qVar1)
|
engine.rootContext.setContextProperty("qVar1", qVar1)
|
||||||
engine.rootContext.setContextProperty("qVar2", qVar2)
|
engine.rootContext.setContextProperty("qVar2", qVar2)
|
||||||
engine.rootContext.setContextProperty("qVar3", qVar2)
|
engine.rootContext.setContextProperty("qVar3", qVar3)
|
||||||
engine.load("main.qml")
|
engine.load("main.qml")
|
||||||
app.exec()
|
app.exec()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue