forked from qt-creator/qt-creator
Use new static ICore interface.
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -55,7 +55,6 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace Core {
|
||||
class IEditorFactory;
|
||||
class ICore;
|
||||
class Command;
|
||||
class Context;
|
||||
class ActionManager;
|
||||
@@ -183,7 +182,6 @@ private:
|
||||
void startCommit(bool amend);
|
||||
|
||||
static GitPlugin *m_instance;
|
||||
Core::ICore *m_core;
|
||||
Locator::CommandLocator *m_commandLocator;
|
||||
QAction *m_createRepositoryAction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user