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

Method declineRefactoring

widgets/RefactorWidget.cpp:423–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void RefactorWidget::declineRefactoring()
424{
425 if (m_isClosing) return;
426 m_isClosing = true;
427
428 if (m_declineCallback) {
429 m_declineCallback();
430 }
431 emit declined();
432 close();
433}
434
435void RefactorWidget::paintEvent(QPaintEvent *)
436{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected