summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolseditorsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h')
-rw-r--r--src/plugins/cpptools/cpptoolseditorsupport.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h
index 065d3c5e1b..d8570f8fa2 100644
--- a/src/plugins/cpptools/cpptoolseditorsupport.h
+++ b/src/plugins/cpptools/cpptoolseditorsupport.h
@@ -57,10 +57,6 @@ namespace TextEditor {
} // namespace TextEditor
namespace CppTools {
-
-class CppCompletionSupport;
-class CppHighlightingSupport;
-
namespace Internal {
class CppModelManager;
@@ -82,9 +78,6 @@ public:
QString contents();
unsigned editorRevision() const;
- CppCompletionSupport *completionSupport() const;
- CppHighlightingSupport *highlightingSupport() const;
-
Q_SIGNALS:
void contentsChanged();
@@ -102,8 +95,6 @@ private:
QFuture<void> _documentParser;
QString _cachedContents;
unsigned _revision;
- QScopedPointer<CppCompletionSupport> m_completionSupport;
- QScopedPointer<CppHighlightingSupport> m_highlightingSupport;
};
} // namespace Internal