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

Method hideRefactorWidget

widgets/RefactorWidgetHandler.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void RefactorWidgetHandler::hideRefactorWidget()
71{
72 if (!m_refactorWidget.isNull()) {
73 m_refactorWidget->close();
74 m_refactorWidget = nullptr;
75 }
76 m_editor = nullptr;
77}
78
79void RefactorWidgetHandler::setApplyCallback(std::function<void(const QString &)> callback)
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected