Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
757ea721
Commit
757ea721
authored
Jan 20, 2009
by
hjk
Browse files
cppplugin: remove unsued m_core member
parent
d19ba169
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppplugin.h
View file @
757ea721
...
...
@@ -34,17 +34,12 @@
#ifndef CPPPLUGIN_H
#define CPPPLUGIN_H
#include <QtCore/
qp
lugin
.h
>
#include <QtCore/
QtP
lugin>
#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
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment