AbstractSlider.maxValue - multiple declarations

Function AbstractSlider.maxValue

returns slider range max value

int maxValue() @property const;

Function AbstractSlider.maxValue

sets slider range max value

AbstractSlider maxValue(
  int v
) @property;