Explicitly note that MiniQtHelper callbacks are optional

This commit is contained in:
baldurk
2026-08-13 17:46:47 +01:00
parent 61e21aa7b5
commit 40945e6e8a
2 changed files with 20 additions and 18 deletions
+2
View File
@@ -94,6 +94,8 @@ def make_c_typeval(ret: str, pattern: bool, typelist: List[str]):
if ret in ['bool', 'void']:
pass
elif ret == 'None':
ret = 'NULL'
elif ret == 'True':
ret = 'true'
elif ret == 'False':