diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-15 19:27:43 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-15 19:27:43 +0800 |
commit | 9f4886839fbd3cf4872d721e5be1c1d61bbb64e7 (patch) | |
tree | e2b84b8ae13eae85f17c6885f787e72d3316872f /ethereal/html_container.go | |
parent | df0c43265e400c3a751ffdcad51e8cfff8b320c7 (diff) | |
download | dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.gz dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.zst dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.zip |
Moved over to hardcoded v1 of Go QML
Diffstat (limited to 'ethereal/html_container.go')
-rw-r--r-- | ethereal/html_container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/html_container.go b/ethereal/html_container.go index bbf77402e..172fff08e 100644 --- a/ethereal/html_container.go +++ b/ethereal/html_container.go @@ -14,8 +14,8 @@ import ( "github.com/ethereum/eth-go/ethstate" "github.com/ethereum/eth-go/ethutil" "github.com/ethereum/go-ethereum/javascript" - "github.com/go-qml/qml" "github.com/howeyc/fsnotify" + "gopkg.in/qml.v1" ) type HtmlApplication struct { |