mirror of
https://github.com/mappu/miqt.git
synced 2025-01-01 13:18:37 +00:00
binding: add missing import
This commit is contained in:
parent
cf2585416f
commit
f8a1ae98e6
@ -2,6 +2,10 @@ package qt
|
||||
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import (
|
||||
"C"
|
||||
)
|
||||
|
||||
type miqtCallbackFunc func(argc C.int, args *C.void)
|
||||
|
||||
//export miqt_exec_callback
|
||||
|
Loading…
Reference in New Issue
Block a user