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

@ -14,8 +14,8 @@ import (
"github.com/ethereum/eth-go/ethstate"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/javascript"
"github.com/go-qml/qml"
"github.com/howeyc/fsnotify"
"gopkg.in/qml.v1"
)
type HtmlApplication struct {