@ -32,7 +32,7 @@ import (
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/vm"
"gopkg.in/qml.v1"
"github.com/obscuren/qml"
)
type DebuggerWindow struct {
@ -24,7 +24,7 @@ import (
"fmt"
"os"
func ErrorWindow(err error) {
@ -27,7 +27,7 @@ import (
"github.com/ethereum/go-ethereum/ui/qt"
"github.com/ethereum/go-ethereum/xeth"
type AppContainer interface {
@ -45,7 +45,7 @@ import (
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/ui/qt/qwhisper"
var guilogger = logger.NewLogger("GUI")
@ -34,7 +34,7 @@ import (
"github.com/howeyc/fsnotify"
type HtmlApplication struct {
@ -30,7 +30,7 @@ import (
"github.com/ethereum/go-ethereum/eth"
"github.com/ethereum/go-ethereum/logger"
const (
@ -29,7 +29,7 @@ import (
type QmlApplication struct {
@ -36,7 +36,7 @@ import (
"github.com/ethereum/go-ethereum/javascript"
"github.com/ethereum/go-ethereum/miner"
type memAddr struct {
@ -3,7 +3,7 @@ package qt
import (
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/ui"
func NewFilterFromMap(object map[string]interface{}, eth core.EthManager) *core.Filter {
@ -7,7 +7,7 @@ import (
"github.com/ethereum/go-ethereum/whisper"
var qlogger = logger.NewLogger("QSHH")