mirror of
https://github.com/mappu/miqt.git
synced 2025-04-08 22:50:22 +00:00
scintillaedit: block some Scintilla::Internal abstract classes
This commit is contained in:
parent
88c6d51dc1
commit
88896b4459
@ -277,6 +277,15 @@ func AllowVirtualForClass(className string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// QScintilla
|
||||
// Pure virtuals
|
||||
if className == "Scintilla::Internal::Surface" {
|
||||
return false
|
||||
}
|
||||
if className == "Scintilla::Internal::ListBox" {
|
||||
return false
|
||||
}
|
||||
|
||||
// Qt 5 QWebkit: undefined reference to typeinfo
|
||||
if className == "QWebNotificationPresenter" {
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user