From 3763008370833508104dbf2ed8296e8925207563 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 25 Aug 2016 14:47:07 +0200 Subject: Fix vtable for QQuickPaintedItem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As mentioned in QTBUG-54404 this is an unfortunate breakage we choose to accept. Change-Id: Id511188a2dcd35e8e16e7651c9764c8be1b5afb1 Reviewed-by: Jędrzej Nowacki --- tests/auto/bic/data/QtQuick.5.6.0.linux-gcc-amd64.txt | 2 +- tests/auto/bic/data/QtQuickWidgets.5.6.0.linux-gcc-amd64.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/bic/data/QtQuick.5.6.0.linux-gcc-amd64.txt b/tests/auto/bic/data/QtQuick.5.6.0.linux-gcc-amd64.txt index 9157992bf8..93e47dc1bd 100644 --- a/tests/auto/bic/data/QtQuick.5.6.0.linux-gcc-amd64.txt +++ b/tests/auto/bic/data/QtQuick.5.6.0.linux-gcc-amd64.txt @@ -9142,7 +9142,7 @@ QQuickPaintedItem::_ZTV17QQuickPaintedItem: 56u entries 136 (int (*)(...))QQuickItem::inputMethodQuery 144 (int (*)(...))QQuickPaintedItem::isTextureProvider 152 (int (*)(...))QQuickPaintedItem::textureProvider -160 (int (*)(...))QQuickItem::itemChange +160 (int (*)(...))QQuickPaintedItem::itemChange 168 (int (*)(...))QQuickItem::classBegin 176 (int (*)(...))QQuickItem::componentComplete 184 (int (*)(...))QQuickItem::keyPressEvent diff --git a/tests/auto/bic/data/QtQuickWidgets.5.6.0.linux-gcc-amd64.txt b/tests/auto/bic/data/QtQuickWidgets.5.6.0.linux-gcc-amd64.txt index 9beedebfd0..1a3255e0a5 100644 --- a/tests/auto/bic/data/QtQuickWidgets.5.6.0.linux-gcc-amd64.txt +++ b/tests/auto/bic/data/QtQuickWidgets.5.6.0.linux-gcc-amd64.txt @@ -9142,7 +9142,7 @@ QQuickPaintedItem::_ZTV17QQuickPaintedItem: 56u entries 136 (int (*)(...))QQuickItem::inputMethodQuery 144 (int (*)(...))QQuickPaintedItem::isTextureProvider 152 (int (*)(...))QQuickPaintedItem::textureProvider -160 (int (*)(...))QQuickItem::itemChange +160 (int (*)(...))QQuickPaintedItem::itemChange 168 (int (*)(...))QQuickItem::classBegin 176 (int (*)(...))QQuickItem::componentComplete 184 (int (*)(...))QQuickItem::keyPressEvent -- cgit v1.2.3