summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditoroverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/texteditoroverlay.h')
-rw-r--r--src/plugins/texteditor/texteditoroverlay.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/texteditor/texteditoroverlay.h b/src/plugins/texteditor/texteditoroverlay.h
index a07252c0b2..e995f007c5 100644
--- a/src/plugins/texteditor/texteditoroverlay.h
+++ b/src/plugins/texteditor/texteditoroverlay.h
@@ -35,7 +35,6 @@ QT_FORWARD_DECLARE_CLASS(QWidget)
QT_FORWARD_DECLARE_CLASS(QPainterPath)
namespace TextEditor {
-class NameMangler;
class TextEditorWidget;
namespace Internal {
@@ -117,22 +116,5 @@ private:
QList<OverlaySelection> m_selections;
};
-class SnippetOverlay : public TextEditorOverlay
-{
-public:
- using TextEditorOverlay::TextEditorOverlay;
-
- void clear() override;
-
- void mapEquivalentSelections();
- void updateEquivalentSelections(const QTextCursor &cursor);
- void setNameMangler(const QList<NameMangler *> &manglers);
- void mangle();
-
-private:
- QVector<QList<int> > m_equivalentSelections;
- QList<NameMangler *> m_manglers;
-};
-
} // namespace Internal
} // namespace TextEditor