tests: Enabled another batch of tests for QtQuick

83 of 175 are now building with QtQuick
This commit is contained in:
Sergio Martins
2020-10-22 20:54:39 +01:00
parent 61bc24c6ea
commit 7738585d01
5 changed files with 276 additions and 251 deletions

View File

@@ -435,6 +435,11 @@ void QWidgetAdapter::setFocusProxy(QQuickItem *)
qWarning() << Q_FUNC_INFO << "Implement me";
}
void QWidgetAdapter::setFocus(Qt::FocusReason reason)
{
QQuickItem::setFocus(true, reason);
}
void QWidgetAdapter::render(QPainter *)
{
qWarning() << Q_FUNC_INFO << "Implement me";