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

Method mousePressEvent

widgets/EditorChatButton.cpp:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void EditorChatButton::mousePressEvent(QMouseEvent *event)
90{
91 if (event->button() == Qt::LeftButton) {
92 m_isPressed = true;
93 update();
94 }
95 QWidget::mousePressEvent(event);
96}
97
98void EditorChatButton::mouseReleaseEvent(QMouseEvent *event)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected