diff options
Diffstat (limited to 'ethereal/qml_container.go')
-rw-r--r-- | ethereal/qml_container.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereal/qml_container.go b/ethereal/qml_container.go index 8c9ea0a8f..85bd7c699 100644 --- a/ethereal/qml_container.go +++ b/ethereal/qml_container.go @@ -64,3 +64,5 @@ func (app *QmlApplication) Engine() *qml.Engine { func (app *QmlApplication) Window() *qml.Window { return app.win } + +func (app *QmlApplication) Post(data string, s int) {} |