Moved the CppHoverHandler to the CppEditor plugin

It used to be in CppTools, but since the hover handler only makes sense
in the context of the C++ editor, this is a better place.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-16 12:22:08 +01:00
parent 24e6d15879
commit 1efe71992b
12 changed files with 65 additions and 45 deletions

View File

@@ -60,7 +60,6 @@ namespace Internal {
class CppEditorSupport;
class CppPreprocessor;
class CppHoverHandler;
class CppModelManager : public CppModelManagerInterface
{
@@ -144,7 +143,6 @@ private:
private:
Core::ICore *m_core;
ProjectExplorer::ProjectExplorerPlugin *m_projectExplorer;
CppHoverHandler *m_hoverHandler;
CPlusPlus::Snapshot m_snapshot;
// cache