AusweisApp2/resources/qml/ContentAreaSelector.qml

9 lines
218 B
QML
Raw Normal View History

2017-12-20 14:54:05 +01:00
import QtQuick 2.5
// This proxy file is required since a Component loaded via the Loader.source URL
// does not know which platform selector is in charge.
ContentArea {
id: contentArea
anchors.fill: parent
}