mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
genbindings/config: omit QxxPrivate::xx
This commit is contained in:
parent
b50870b9d9
commit
392a92434a
@ -131,7 +131,8 @@ func ImportHeaderForClass(className string) bool {
|
||||
|
||||
func AllowClass(className string) bool {
|
||||
|
||||
if strings.HasSuffix(className, "Private") || strings.HasSuffix(className, "PrivateShared") {
|
||||
if strings.HasSuffix(className, "Private") || strings.HasSuffix(className, "PrivateShared") ||
|
||||
strings.Contains(className, "Private::") || strings.HasSuffix(className, "PrivateShared::") {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user