mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 12:46:24 +00:00
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("qVar2", qVar2)
|
||||
engine.rootContext.setContextProperty("qVar3", qVar2)
|
||||
engine.rootContext.setContextProperty("qVar3", qVar3)
|
||||
engine.load("main.qml")
|
||||
app.exec()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user