intermediate.go: add BecomesConstInVersion to CppParameter

This commit is contained in:
Rick Calixte 2025-04-10 19:41:05 -04:00
parent 9c67c56e2e
commit 7f3fa3b248
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ type CppParameter struct {
NoExcept bool NoExcept bool
QtCppOriginalType *CppParameter // If we rewrote QStringList->QList<String>, this field contains the original QStringList. Otherwise, it's blank QtCppOriginalType *CppParameter // If we rewrote QStringList->QList<String>, this field contains the original QStringList. Otherwise, it's blank
BecomesConstInVersion *string // "6,9"
} }
func (p CppParameter) String() string { func (p CppParameter) String() string {