mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-03-19 04:51:03 -07:00
7 lines
128 B
QML
7 lines
128 B
QML
import QtQuick 2.0
|
|
import EQL5 1.0
|
|
|
|
SequentialAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|