mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
genbindings: fix up naming for << and >> functions
This commit is contained in:
parent
c00976ba0d
commit
3dafa8dba4
@ -63,6 +63,9 @@ func (nm CppMethod) SafeMethodName() string {
|
|||||||
`>=`, `GreaterOrEqual`,
|
`>=`, `GreaterOrEqual`,
|
||||||
`<=`, `LesserOrEqual`,
|
`<=`, `LesserOrEqual`,
|
||||||
`=`, `Assign`,
|
`=`, `Assign`,
|
||||||
|
|
||||||
|
`<<`, `ShiftLeft`, // Qt classes use it more for stream functions e.g. in QDataStream
|
||||||
|
`>>`, `ShiftRight`,
|
||||||
`>`, `Greater`,
|
`>`, `Greater`,
|
||||||
`<`, `Lesser`,
|
`<`, `Lesser`,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user