From 7e94cd36121d4060d673c7307514e255851b7f1c Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 17 Jan 2018 13:23:26 +0100 Subject: Shiboken: Handle private abstract methods Remove the exclusion. Required for Qt3dExtras::QAbstractCameraController::moveCamera() in 5.10. Task-number: PYSIDE-487 Change-Id: I67ae24d4cda2d90ac30c97f77457c2eaf65099ab Reviewed-by: Alexandru Croitor --- sources/shiboken2/tests/libother/otherderived.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sources/shiboken2/tests/libother/otherderived.cpp') diff --git a/sources/shiboken2/tests/libother/otherderived.cpp b/sources/shiboken2/tests/libother/otherderived.cpp index 4128d73ff..de16b0ab4 100644 --- a/sources/shiboken2/tests/libother/otherderived.cpp +++ b/sources/shiboken2/tests/libother/otherderived.cpp @@ -59,3 +59,6 @@ OtherDerived::unpureVirtual() { } +void OtherDerived::pureVirtualPrivate() +{ +} -- cgit v1.2.3