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/qml_container.go | |
parent | df0c43265e400c3a751ffdcad51e8cfff8b320c7 (diff) | |
download | dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.gz dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.bz2 dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.lz dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.xz dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.tar.zst dexon-9f4886839fbd3cf4872d721e5be1c1d61bbb64e7.zip |
Moved over to hardcoded v1 of Go QML
Diffstat (limited to 'ethereal/qml_container.go')
-rw-r--r-- | ethereal/qml_container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/qml_container.go b/ethereal/qml_container.go index 45a6c0327..babb9ceab 100644 --- a/ethereal/qml_container.go +++ b/ethereal/qml_container.go @@ -8,7 +8,7 @@ import ( "github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethstate" "github.com/ethereum/eth-go/ethutil" - "github.com/go-qml/qml" + "gopkg.in/qml.v1" ) type QmlApplication struct { |