| 2012 | } |
| 2013 | |
| 2014 | void LabelAlignmentTest::setAlignmentTop(Object* sender) |
| 2015 | { |
| 2016 | _label->setVerticalAlignment(TextVAlignment::TOP); |
| 2017 | } |
| 2018 | |
| 2019 | void LabelAlignmentTest::setAlignmentMiddle(Object* sender) |
| 2020 | { |
nothing calls this directly
no test coverage detected