mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
6 lines
104 B
QML
6 lines
104 B
QML
import QtQuick
|
|
|
|
RotationAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|