mirror of
https://github.com/mappu/miqt.git
synced 2025-01-04 06:38:38 +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
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
import (
|
||||||
|
"C"
|
||||||
|
)
|
||||||
|
|
||||||
type miqtCallbackFunc func(argc C.int, args *C.void)
|
type miqtCallbackFunc func(argc C.int, args *C.void)
|
||||||
|
|
||||||
//export miqt_exec_callback
|
//export miqt_exec_callback
|
||||||
|
Loading…
Reference in New Issue
Block a user