Fixed typo in SimpleData example

This commit is contained in:
Filippo Cucchetto 2015-01-11 12:59:24 +01:00
parent df1e3ec72e
commit 8aa9b7f5a2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ proc mainProc() =
engine.rootContext.setContextProperty("qVar1", qVar1)
engine.rootContext.setContextProperty("qVar2", qVar2)
engine.rootContext.setContextProperty("qVar3", qVar2)
engine.rootContext.setContextProperty("qVar3", qVar3)
engine.load("main.qml")
app.exec()