1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-15 02:22:42 +00:00
harbour-sailfin/qtquick/qml/components/Background.qml

7 lines
76 B
QML
Raw Normal View History

2021-03-07 15:26:13 +00:00
import QtQuick 2.6
2021-02-16 17:01:17 +00:00
2021-03-07 15:26:13 +00:00
Item {
function enter() {}
function exit() {}
2021-02-16 17:01:17 +00:00
}