mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-10-31 23:25:18 +00:00
7 lines
76 B
QML
7 lines
76 B
QML
import QtQuick 2.6
|
|
|
|
Item {
|
|
function enter() {}
|
|
function exit() {}
|
|
}
|