| 323 | } |
| 324 | |
| 325 | void VcsAnnotationItemDelegate::hideTooltip(KTextEditor::View *view) |
| 326 | { |
| 327 | Q_UNUSED(view); |
| 328 | QToolTip::hideText(); |
| 329 | } |
| 330 | |
| 331 | QSize VcsAnnotationItemDelegate::sizeHint(const KTextEditor::StyleOptionAnnotationItem& option, |
| 332 | KTextEditor::AnnotationModel* model, int line) const |
no outgoing calls
no test coverage detected