| 439 | } |
| 440 | |
| 441 | void TextLabel::updateTeXImage() { |
| 442 | Q_D(TextLabel); |
| 443 | d->updateTeXImage(); |
| 444 | } |
| 445 | |
| 446 | // ############################################################################## |
| 447 | // ####################### Private implementation ############################### |
nothing calls this directly
no test coverage detected