From d57b7e8d5fd59007e7fc42132de5cc9459a2bc71 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 26 Jun 2014 23:25:17 +0200 Subject: Fix for installer --- ethereal/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethereal') diff --git a/ethereal/main.go b/ethereal/main.go index 1674b59d9..316f2285f 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -10,7 +10,7 @@ import ( ) func main() { - // Leave QT on top at ALL times. + // Leave QT on top at ALL times. Qt Needs to be initialized from the main thread qml.Init(nil) runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3