1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-18 12:02:41 +00:00
harbour-sailfin/qtquick/qml/components/Background.qml
2021-03-07 16:26:13 +01:00

7 lines
76 B
QML

import QtQuick 2.6
Item {
function enter() {}
function exit() {}
}