MCPcopy Create free account
hub / github.com/KDE/kdevelop / hideTooltip

Method hideTooltip

kdevplatform/vcs/widgets/vcsannotationitemdelegate.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected