diff --git a/examples/helloworld/main.go b/examples/helloworld/main.go index 4462046..1aa7bd2 100644 --- a/examples/helloworld/main.go +++ b/examples/helloworld/main.go @@ -9,8 +9,7 @@ import ( func main() { - app := qt.NewQApplication(os.Args) - _ = app + qt.NewQApplication(os.Args) btn := qt.NewQPushButton2("Hello world!") btn.SetFixedWidth(320)