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

@ -16,7 +16,8 @@ type CppParameter struct {
Optional 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 {