examples/helloworld: simplify

This commit is contained in:
mappu 2024-09-01 14:24:03 +12:00
parent db74fef950
commit 2b1cf2aa3e
1 changed files with 1 additions and 2 deletions

View File

@ -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)