aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-28 21:51:54 +0800
committerobscuren <geffobscura@gmail.com>2015-01-28 21:51:54 +0800
commitfb7c03ff4dc759f7dd2fc5cee65b46111cbb7375 (patch)
tree9b438be4a5ac655ae65290ff99e99fc260cccea2 /cmd/mist/gui.go
parent9a11a948943d285b22a3a5e508fadc0c346990f4 (diff)
downloaddexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.gz
dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.zst
dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.zip
switched to obscuren/qml
Diffstat (limited to 'cmd/mist/gui.go')
-rw-r--r--cmd/mist/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go
index c563a5ee8..4a090a1a2 100644
--- a/cmd/mist/gui.go
+++ b/cmd/mist/gui.go
@@ -45,7 +45,7 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/ui/qt/qwhisper"
"github.com/ethereum/go-ethereum/xeth"
- "gopkg.in/qml.v1"
+ "github.com/obscuren/qml"
)
var guilogger = logger.NewLogger("GUI")