MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / isHintVisible

Method isHintVisible

widgets/CompletionHintHandler.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool CompletionHintHandler::isHintVisible() const
43{
44 return !m_hintWidget.isNull() && m_hintWidget->isVisible();
45}
46
47void CompletionHintHandler::updateHintPosition(TextEditor::TextEditorWidget *widget, QPoint position)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected