binding: add missing import

This commit is contained in:
mappu 2024-08-18 19:02:32 +12:00
parent cf2585416f
commit f8a1ae98e6
1 changed files with 4 additions and 0 deletions

View File

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