| 838 | } |
| 839 | |
| 840 | void CustomTextEdit::documentSizeChanged(QSizeF size) |
| 841 | { |
| 842 | this->setMinimumHeight(static_cast<int>(size.height() + 4)); |
| 843 | } |
| 844 | |
| 845 | void CustomTextEdit::resizeEvent(QResizeEvent * event) |
| 846 | { |
nothing calls this directly
no outgoing calls
no test coverage detected