diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-28 21:51:54 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-28 21:51:54 +0800 |
commit | fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375 (patch) | |
tree | 9b438be4a5ac655ae65290ff99e99fc260cccea2 /cmd/mist/ext_app.go | |
parent | 9a11a948943d285b22a3a5e508fadc0c346990f4 (diff) | |
download | go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.gz go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.bz2 go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.lz go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.xz go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.zst go-tangerine-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.zip |
switched to obscuren/qml
Diffstat (limited to 'cmd/mist/ext_app.go')
-rw-r--r-- | cmd/mist/ext_app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/ext_app.go b/cmd/mist/ext_app.go index 3a41fe5de..07900cd2f 100644 --- a/cmd/mist/ext_app.go +++ b/cmd/mist/ext_app.go @@ -27,7 +27,7 @@ import ( "github.com/ethereum/go-ethereum/state" "github.com/ethereum/go-ethereum/ui/qt" "github.com/ethereum/go-ethereum/xeth" - "gopkg.in/qml.v1" + "github.com/obscuren/qml" ) type AppContainer interface { |