blob: 5a8d70af701784b05539cfda3660e8fba683783e [file] [log] [blame]
class Media
{
ENUM state{Stopped, Paused, Playing}
PROP(QString currentTrack)
PROP(state playState)
MODEL tracks(display)
}