| 2022 | } |
| 2023 | |
| 2024 | void LabelAlignmentTest::setAlignmentBottom(Object* sender) |
| 2025 | { |
| 2026 | _label->setVerticalAlignment(TextVAlignment::BOTTOM); |
| 2027 | } |
| 2028 | |
| 2029 | std::string LabelAlignmentTest::title() const |
| 2030 | { |
nothing calls this directly
no test coverage detected