Merge branch 'release/0.6.0' into develop

This commit is contained in:
obscuren 2014-07-25 10:43:23 +02:00
commit beca2234af
1 changed files with 2 additions and 3 deletions

View File

@ -14,11 +14,10 @@ const (
)
func main() {
// Leave QT on top at ALL times. Qt Needs to be initialized from the main thread
qml.Init(nil)
runtime.GOMAXPROCS(runtime.NumCPU())
qml.Init(nil)
var interrupted = false
utils.RegisterInterrupt(func(os.Signal) {
interrupted = true