mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-13 04:55:17 +00:00
7 lines
76 B
QML
7 lines
76 B
QML
import QtQuick 2.6
|
|
|
|
Item {
|
|
function enter() {}
|
|
function exit() {}
|
|
}
|