| 2017 | } |
| 2018 | |
| 2019 | void LabelAlignmentTest::setAlignmentMiddle(Object* sender) |
| 2020 | { |
| 2021 | _label->setVerticalAlignment(TextVAlignment::CENTER); |
| 2022 | } |
| 2023 | |
| 2024 | void LabelAlignmentTest::setAlignmentBottom(Object* sender) |
| 2025 | { |
nothing calls this directly
no test coverage detected