harbour-sailfin/qtquick/qml/components/Background.qml

7 lines
76 B
QML

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