mirror of
https://github.com/mappu/miqt.git
synced 2025-04-17 11:00:23 +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
|
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
|
// Qt 5 QWebkit: undefined reference to typeinfo
|
||||||
if className == "QWebNotificationPresenter" {
|
if className == "QWebNotificationPresenter" {
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user