mirror of
https://github.com/overte-org/overte.git
synced 2025-05-01 16:42:44 +02:00
6 lines
110 B
QML
6 lines
110 B
QML
import QtQuick 2.5
|
|
|
|
AnimatedImage {
|
|
source: "../../../icons/loader-snake-64-w.gif"
|
|
playing: visible
|
|
}
|