forked from qt-creator/qt-creator
cppplugin: remove unsued m_core member
This commit is contained in:
@@ -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:
|
|||||||
|
|
||||||
static CppPlugin *m_instance;
|
static CppPlugin *m_instance;
|
||||||
|
|
||||||
Core::ICore *m_core;
|
|
||||||
CPPEditorActionHandler *m_actionHandler;
|
CPPEditorActionHandler *m_actionHandler;
|
||||||
CppPluginEditorFactory *m_factory;
|
CppPluginEditorFactory *m_factory;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user