Skip to content

Commit

Permalink
switched to obscuren/qml
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Jan 28, 2015
1 parent 9a11a94 commit fb7c03f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmd/mist/debugger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"os"

"gopkg.in/qml.v1"
"github.com/obscuren/qml"
)

func ErrorWindow(err error) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/ext_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/html_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

This comment has been minimized.

Copy link
@tgerring

tgerring Mar 6, 2015

Contributor

Still waiting on fixes to be merged including go-qml/qml#140

)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/qml_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion cmd/mist/ui_lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ui/qt/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ui/qt/qwhisper/whisper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fb7c03f

Please sign in to comment.