mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-26 03:42:03 -08:00
7 lines
126 B
QML
7 lines
126 B
QML
import QtQuick 2.0
|
|
import EQL5 1.0
|
|
|
|
RotationAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|