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 /ui/qt | |
parent | 9a11a948943d285b22a3a5e508fadc0c346990f4 (diff) | |
download | dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.gz dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.bz2 dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.lz dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.xz dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.tar.zst dexon-fb7c03ff4dc759f7dd2fc5cee65b46111cbb7375.zip |
switched to obscuren/qml
Diffstat (limited to 'ui/qt')
-rw-r--r-- | ui/qt/filter.go | 2 | ||||
-rw-r--r-- | ui/qt/qwhisper/whisper.go | 2 |
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") |