| 109 | } |
| 110 | |
| 111 | bool RenameAssistant::isUseful() const |
| 112 | { |
| 113 | Q_D(const RenameAssistant); |
| 114 | |
| 115 | return d->m_isUseful; |
| 116 | } |
| 117 | |
| 118 | void RenameAssistant::textChanged(KTextEditor::Document* doc, const KTextEditor::Range& invocationRange, |
| 119 | const QString& removedText) |
no outgoing calls
no test coverage detected