Skip to content
Snippets Groups Projects
Commit 757ea721 authored by hjk's avatar hjk
Browse files

cppplugin: remove unsued m_core member

parent d19ba169
No related branches found
No related tags found
No related merge requests found
...@@ -34,17 +34,12 @@ ...@@ -34,17 +34,12 @@
#ifndef CPPPLUGIN_H #ifndef CPPPLUGIN_H
#define CPPPLUGIN_H #define CPPPLUGIN_H
#include <QtCore/qplugin.h> #include <QtCore/QtPlugin>
#include <QtCore/QStringList> #include <QtCore/QStringList>
#include <extensionsystem/iplugin.h> #include <extensionsystem/iplugin.h>
#include <coreplugin/editormanager/ieditorfactory.h> #include <coreplugin/editormanager/ieditorfactory.h>
namespace Core {
class ICore;
class IWizard;
}
namespace TextEditor { namespace TextEditor {
class TextEditorActionHandler; class TextEditorActionHandler;
} // namespace TextEditor } // namespace TextEditor
...@@ -82,7 +77,6 @@ private: ...@@ -82,7 +77,6 @@ private:
static CppPlugin *m_instance; static CppPlugin *m_instance;
Core::ICore *m_core;
CPPEditorActionHandler *m_actionHandler; CPPEditorActionHandler *m_actionHandler;
CppPluginEditorFactory *m_factory; CppPluginEditorFactory *m_factory;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment