From 89ab6264952c0376570ec605ded7d69af6577a34 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Tue, 27 Aug 2013 01:10:43 +0300 Subject: [PATCH] Don't call pure virtual parent methods --- declarative/cameraconfig.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/declarative/cameraconfig.cpp b/declarative/cameraconfig.cpp index 61ac943..169c34c 100644 --- a/declarative/cameraconfig.cpp +++ b/declarative/cameraconfig.cpp @@ -61,22 +61,10 @@ QtCamConfig *CameraConfig::config() const { } void CameraConfig::classBegin() { -#if defined(QT4) - QDeclarativeParserStatus::classBegin(); -#elif defined(QT5) - QQmlParserStatus::classBegin(); -#endif - // Nothing } void CameraConfig::componentComplete() { -#if defined(QT4) - QDeclarativeParserStatus::componentComplete(); -#elif defined(QT5) - QQmlParserStatus::componentComplete(); -#endif - if (m_config) { return; } -- 2.25.1