mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 09:56:39 +00:00
Explicitly note that MiniQtHelper callbacks are optional
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user