3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-05-18 06:01:11 +02:00
overte-JulianGro/interface/resources/qml/windows/HiddenFrame.qml
2016-06-02 17:24:25 -07:00

10 lines
91 B
QML

import QtQuick 2.5
import "."
Item {
id: frame
Item { anchors.fill: parent }
}