Skip to content

qt: Fix build for Qt 5.9

Philippe Normand requested to merge (removed):qt-5.9-build-fix into master

The QQuickItem::size() method was introduced in 5.10, so use direct width() and height() access instead.

Fixes #908 (closed)

Merge request reports