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

Method setTextToApply

widgets/RefactorWidgetHandler.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void RefactorWidgetHandler::setTextToApply(const QString &text)
90{
91 if (!m_refactorWidget.isNull()) {
92 m_refactorWidget->setApplyText(text);
93 }
94}
95
96void RefactorWidgetHandler::updateWidgetPosition()
97{

Callers 1

Calls 1

setApplyTextMethod · 0.80

Tested by

no test coverage detected