Small request

we already got that in the Slider class :


bool Slider::isHorizontal() const noexcept   { return pimpl->isHorizontal(); }
bool Slider::isVertical() const noexcept     { return pimpl->isVertical(); }

So could we get that one also ?

bool Slider::isRotary() const noexcept     { return pimpl->isRotary(); }

(pimpl->isRotary() is already there, so..)


Thanks!

Sure, will do..

thanks for that! it just got a wrong comment :

/** True if the slider moves vertically. */
bool isRotary() const noexcept;

bugger..! Thanks, will correct it!