mirror of
https://github.com/mappu/miqt.git
synced 2025-04-28 16:10:21 +00:00
intermediate.go: add BecomesConstInVersion to CppParameter
This commit is contained in:
parent
9c67c56e2e
commit
7f3fa3b248
@ -16,7 +16,8 @@ type CppParameter struct {
|
|||||||
Optional bool
|
Optional bool
|
||||||
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user