Tweaks and fixes + added webview debugger

* Require better icons .. someone? :-)
This commit is contained in:
obscuren
2014-08-14 00:18:37 +02:00
parent d518423b9c
commit 95ba340d07
14 changed files with 271 additions and 260 deletions

View File

@ -17,6 +17,9 @@ const (
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
// This is a bit of a cheat, but ey!
os.Setenv("QTWEBKIT_INSPECTOR_SERVER", "127.0.0.1:99999")
qml.Init(nil)
var interrupted = false