mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
switched to obscuren/qml
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user