File tree 10 files changed +10
-10
lines changed 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
"github.com/ethereum/go-ethereum/ethutil"
33
33
"github.com/ethereum/go-ethereum/state"
34
34
"github.com/ethereum/go-ethereum/vm"
35
- "gopkg.in/ qml.v1 "
35
+ "github.com/obscuren/ qml"
36
36
)
37
37
38
38
type DebuggerWindow struct {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"fmt"
25
25
"os"
26
26
27
- "gopkg.in/ qml.v1 "
27
+ "github.com/obscuren/ qml"
28
28
)
29
29
30
30
func ErrorWindow (err error ) {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
"github.com/ethereum/go-ethereum/state"
28
28
"github.com/ethereum/go-ethereum/ui/qt"
29
29
"github.com/ethereum/go-ethereum/xeth"
30
- "gopkg.in/ qml.v1 "
30
+ "github.com/obscuren/ qml"
31
31
)
32
32
33
33
type AppContainer interface {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import (
45
45
"github.com/ethereum/go-ethereum/p2p"
46
46
"github.com/ethereum/go-ethereum/ui/qt/qwhisper"
47
47
"github.com/ethereum/go-ethereum/xeth"
48
- "gopkg.in/ qml.v1 "
48
+ "github.com/obscuren/ qml"
49
49
)
50
50
51
51
var guilogger = logger .NewLogger ("GUI" )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
34
34
"github.com/ethereum/go-ethereum/state"
35
35
"github.com/ethereum/go-ethereum/xeth"
36
36
"github.com/howeyc/fsnotify"
37
- "gopkg.in/ qml.v1 "
37
+ "github.com/obscuren/ qml"
38
38
)
39
39
40
40
type HtmlApplication struct {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
"github.com/ethereum/go-ethereum/eth"
31
31
"github.com/ethereum/go-ethereum/logger"
32
32
"github.com/ethereum/go-ethereum/p2p"
33
- "gopkg.in/ qml.v1 "
33
+ "github.com/obscuren/ qml"
34
34
)
35
35
36
36
const (
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
"github.com/ethereum/go-ethereum/ethutil"
30
30
"github.com/ethereum/go-ethereum/state"
31
31
"github.com/ethereum/go-ethereum/xeth"
32
- "gopkg.in/ qml.v1 "
32
+ "github.com/obscuren/ qml"
33
33
)
34
34
35
35
type QmlApplication struct {
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import (
36
36
"github.com/ethereum/go-ethereum/javascript"
37
37
"github.com/ethereum/go-ethereum/miner"
38
38
"github.com/ethereum/go-ethereum/xeth"
39
- "gopkg.in/ qml.v1 "
39
+ "github.com/obscuren/ qml"
40
40
)
41
41
42
42
type memAddr struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package qt
3
3
import (
4
4
"github.com/ethereum/go-ethereum/core"
5
5
"github.com/ethereum/go-ethereum/ui"
6
- "gopkg.in/ qml.v1 "
6
+ "github.com/obscuren/ qml"
7
7
)
8
8
9
9
func NewFilterFromMap (object map [string ]interface {}, eth core.EthManager ) * core.Filter {
Original file line number Diff line number Diff line change 7
7
"github.com/ethereum/go-ethereum/ethutil"
8
8
"github.com/ethereum/go-ethereum/logger"
9
9
"github.com/ethereum/go-ethereum/whisper"
10
- "gopkg.in/ qml.v1 "
10
+ "github.com/obscuren/ qml"
11
11
)
12
12
13
13
var qlogger = logger .NewLogger ("QSHH" )
You can’t perform that action at this time.
0 commit comments