aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
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 /ui/qt
parent9a11a948943d285b22a3a5e508fadc0c346990f4 (diff)
downloadgo-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 'ui/qt')
-rw-r--r--ui/qt/filter.go2
-rw-r--r--ui/qt/qwhisper/whisper.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/filter.go b/ui/qt/filter.go
index cb4d0311b..bd3ad0303 100644
--- a/ui/qt/filter.go
+++ b/ui/qt/filter.go
@@ -3,7 +3,7 @@ package qt
import (
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/ui"
- "gopkg.in/qml.v1"
+ "github.com/obscuren/qml"
)
func NewFilterFromMap(object map[string]interface{}, eth core.EthManager) *core.Filter {
diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go
index 644c147b7..22671f1b5 100644
--- a/ui/qt/qwhisper/whisper.go
+++ b/ui/qt/qwhisper/whisper.go
@@ -7,7 +7,7 @@ import (
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/whisper"
- "gopkg.in/qml.v1"
+ "github.com/obscuren/qml"
)
var qlogger = logger.NewLogger("QSHH")