| 956 | } |
| 957 | |
| 958 | void ContextBrowserPlugin::viewDestroyed(QObject* obj) |
| 959 | { |
| 960 | m_highlightedRanges.remove(static_cast<KTextEditor::View*>(obj)); |
| 961 | m_updateViews.remove(static_cast<View*>(obj)); |
| 962 | m_textHintProvidedViews.removeOne(static_cast<KTextEditor::View*>(obj)); |
| 963 | } |
| 964 | |
| 965 | void ContextBrowserPlugin::selectionChanged(View* view) |
| 966 | { |