Moved over to hardcoded v1 of Go QML

This commit is contained in:
obscuren
2014-08-15 13:27:43 +02:00
parent df0c43265e
commit 9f4886839f
7 changed files with 31 additions and 22 deletions

View File

@ -18,7 +18,7 @@ import (
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/eth-go/ethwire"
"github.com/ethereum/go-ethereum/utils"
"github.com/go-qml/qml"
"gopkg.in/qml.v1"
)
var logger = ethlog.NewLogger("GUI")