aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrendererinfo/data/basic.qml
blob: b7dbbb9ac9bcab02d042d39a684fa1b248e118a7 (plain)
1
2
3
4
5
import QtQuick 2.8

Item {
    property int api: RendererInfo.api
}