1
0
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:
mappu 2024-08-18 19:02:32 +12:00
parent cf2585416f
commit f8a1ae98e6

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