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

Method applyRefactoring

widgets/RefactorWidget.cpp:411–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void RefactorWidget::applyRefactoring()
412{
413 if (m_isClosing) return;
414 m_isClosing = true;
415
416 if (m_applyCallback) {
417 m_applyCallback(m_applyText);
418 }
419 emit applied();
420 close();
421}
422
423void RefactorWidget::declineRefactoring()
424{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected