mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 06:08: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 {
|
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
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user