Explorar o código

switched to obscuren/qml

obscuren %!s(int64=10) %!d(string=hai) anos
pai
achega
fb7c03ff4d

+ 1 - 1
cmd/mist/debugger.go

@@ -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 {

+ 1 - 1
cmd/mist/errors.go

@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"os"
 
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 func ErrorWindow(err error) {

+ 1 - 1
cmd/mist/ext_app.go

@@ -27,7 +27,7 @@ import (
 	"github.com/ethereum/go-ethereum/state"
 	"github.com/ethereum/go-ethereum/ui/qt"
 	"github.com/ethereum/go-ethereum/xeth"
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 type AppContainer interface {

+ 1 - 1
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")

+ 1 - 1
cmd/mist/html_container.go

@@ -34,7 +34,7 @@ import (
 	"github.com/ethereum/go-ethereum/state"
 	"github.com/ethereum/go-ethereum/xeth"
 	"github.com/howeyc/fsnotify"
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 type HtmlApplication struct {

+ 1 - 1
cmd/mist/main.go

@@ -30,7 +30,7 @@ import (
 	"github.com/ethereum/go-ethereum/eth"
 	"github.com/ethereum/go-ethereum/logger"
 	"github.com/ethereum/go-ethereum/p2p"
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 const (

+ 1 - 1
cmd/mist/qml_container.go

@@ -29,7 +29,7 @@ import (
 	"github.com/ethereum/go-ethereum/ethutil"
 	"github.com/ethereum/go-ethereum/state"
 	"github.com/ethereum/go-ethereum/xeth"
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 type QmlApplication struct {

+ 1 - 1
cmd/mist/ui_lib.go

@@ -36,7 +36,7 @@ import (
 	"github.com/ethereum/go-ethereum/javascript"
 	"github.com/ethereum/go-ethereum/miner"
 	"github.com/ethereum/go-ethereum/xeth"
-	"gopkg.in/qml.v1"
+	"github.com/obscuren/qml"
 )
 
 type memAddr struct {

+ 1 - 1
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 {

+ 1 - 1
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")