From 757ea7210c8cf19cc9581d1d82c5f4729cfe6de6 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 20 Jan 2009 17:55:19 +0100 Subject: [PATCH] cppplugin: remove unsued m_core member --- src/plugins/cppeditor/cppplugin.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/plugins/cppeditor/cppplugin.h b/src/plugins/cppeditor/cppplugin.h index c653866e271..629a29e505c 100644 --- a/src/plugins/cppeditor/cppplugin.h +++ b/src/plugins/cppeditor/cppplugin.h @@ -34,17 +34,12 @@ #ifndef CPPPLUGIN_H #define CPPPLUGIN_H -#include <QtCore/qplugin.h> +#include <QtCore/QtPlugin> #include <QtCore/QStringList> #include <extensionsystem/iplugin.h> #include <coreplugin/editormanager/ieditorfactory.h> -namespace Core { -class ICore; -class IWizard; -} - namespace TextEditor { class TextEditorActionHandler; } // namespace TextEditor @@ -82,7 +77,6 @@ private: static CppPlugin *m_instance; - Core::ICore *m_core; CPPEditorActionHandler *m_actionHandler; CppPluginEditorFactory *m_factory; }; -- GitLab