auto from_time = [scale, minimum, rect](qreal time) -> qreal { return (time - minimum) * scale + rect.x(); };
What is the meaning of this Word "-> qreal"
auto from_time = [scale, minimum, rect](qreal time) -> qreal { return (time - minimum) * scale + rect.x(); };
What is the meaning of this Word "-> qreal"