aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/html_container.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-15 19:27:43 +0800
committerobscuren <geffobscura@gmail.com>2014-08-15 19:27:43 +0800
commit9f4886839fbd3cf4872d721e5be1c1d61bbb64e7 (patch)
treee2b84b8ae13eae85f17c6885f787e72d3316872f /ethereal/html_container.go
parentdf0c43265e400c3a751ffdcad51e8cfff8b320c7 (diff)
downloaddexon-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.go2
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 {