From 113b81e9dbc67dab5252eb9b6a8aaa57efda3de0 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 20 Jan 2009 11:52:04 +0100 Subject: replace ExtensionSystem::PluginManager::instance()->getObject() by Core::ICore::instance() --- src/plugins/cpptools/cpptoolsplugin.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 092de535b3..281fe1f708 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -42,10 +42,6 @@ class QFileInfo; class QDir; QT_END_NAMESPACE -namespace Core { -class ICore; -} - namespace CppTools { namespace Internal { @@ -75,7 +71,6 @@ private: QString correspondingHeaderOrSourceI(const QString &fileName) const; QFileInfo findFile(const QDir &dir, const QString &name, const ProjectExplorer::Project *project) const; - Core::ICore *m_core; int m_context; CppModelManager *m_modelManager; CppCodeCompletion *m_completion; -- cgit v1.2.1