aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 05:25:17 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 05:25:17 +0800
commitd57b7e8d5fd59007e7fc42132de5cc9459a2bc71 (patch)
treedba739ec7f6419707207b3736a7657bce5d03722 /ethereal/main.go
parent52ddf044ae28cf84e61ced2d9193e7d5e806e1ef (diff)
downloaddexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.gz
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.bz2
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.lz
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.xz
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.zst
dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.zip
Fix for installer
Diffstat (limited to 'ethereal/main.go')
-rw-r--r--ethereal/main.go2
1 files changed, 1 insertions, 1 deletions
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())