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

Method hideHint

widgets/CompletionHintHandler.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void CompletionHintHandler::hideHint()
35{
36 if (m_hintWidget) {
37 m_hintWidget->deleteLater();
38 m_hintWidget = nullptr;
39 }
40}
41
42bool CompletionHintHandler::isHintVisible() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected