| 860 | } |
| 861 | |
| 862 | void LabelWidget::teXFontChanged(const QFont& font) { |
| 863 | CONDITIONAL_LOCK_RETURN; |
| 864 | |
| 865 | for (auto* label : m_labelsList) |
| 866 | label->setTeXFont(font); |
| 867 | } |
| 868 | |
| 869 | void LabelWidget::charMenu() { |
| 870 | QMenu menu; |
nothing calls this directly
no test coverage detected