From 6fe6f5cdb14422a7125c476a5e631385daf0a655 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Mon, 20 Feb 2012 12:39:08 +0100 Subject: C++: make highlighting/completion plugable. Change-Id: I990fdf5411153041c6b4c62f31b453342d59de53 Reviewed-by: Eike Ziller --- src/plugins/cpptools/cpptoolseditorsupport.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h') 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 _documentParser; QString _cachedContents; unsigned _revision; - QScopedPointer m_completionSupport; - QScopedPointer m_highlightingSupport; }; } // namespace Internal -- cgit v1.2.1