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

Method mousePressEvent

widgets/ErrorWidget.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void ErrorWidget::mousePressEvent(QMouseEvent *event)
163{
164 if (event->button() == Qt::LeftButton) {
165 emit dismissed();
166 deleteLater();
167 }
168 QWidget::mousePressEvent(event);
169}
170
171void ErrorWidget::enterEvent(QEnterEvent *event)
172{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected