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

Method closeEvent

widgets/RefactorWidget.cpp:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void RefactorWidget::closeEvent(QCloseEvent *event)
520{
521 if (!m_isClosing) {
522 declineRefactoring();
523 }
524 event->accept();
525}
526
527void RefactorWidget::calculateStats()
528{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected