mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
genbindings/config: do not subclass platform-specific QAbstractEventDispatcher
This commit is contained in:
parent
a0e56bf7c2
commit
13deba55b7
@ -225,6 +225,12 @@ func AllowVirtualForClass(className string) bool {
|
|||||||
return false // undefined reference to `vtable for MiqtVirtualQAccessibleObject'
|
return false // undefined reference to `vtable for MiqtVirtualQAccessibleObject'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Pure virtual method registerEventNotifier takes a QWinEventNotifier* on Windows
|
||||||
|
// which is platform-specific
|
||||||
|
if className == "QAbstractEventDispatcher" {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user