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

Method enterEvent

sources/settings/AgentSelectionDialog.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void ListRowCard::enterEvent(QEnterEvent *event)
79{
80 QFrame::enterEvent(event);
81 m_hover = true;
82 applyTheme();
83}
84
85void ListRowCard::leaveEvent(QEvent *event)
86{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected