diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-17 18:41:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-17 18:41:23 +0800 |
commit | 27735bbdfc4e32e2e5ca11f48591d62b766aa3f5 (patch) | |
tree | ceb02da5048d2f592944ff7bc41186fc81f8e76b /ethereal/qml_container.go | |
parent | 2eab964a00b998068f49b088949730f4896e256c (diff) | |
download | dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar.gz dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar.bz2 dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar.lz dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar.xz dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.tar.zst dexon-27735bbdfc4e32e2e5ca11f48591d62b766aa3f5.zip |
State dumps from gui
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) {} |