forked from qt-creator/qt-creator
Core: Merge Find and Locator into Core plugin
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -43,6 +43,7 @@ QT_END_NAMESPACE
|
||||
namespace Core {
|
||||
class ActionContainer;
|
||||
class ActionManager;
|
||||
class CommandLocator;
|
||||
class ICore;
|
||||
class Id;
|
||||
class IEditor;
|
||||
@@ -50,7 +51,6 @@ class IEditor;
|
||||
|
||||
namespace Utils { class ParameterAction; }
|
||||
namespace VcsBase { class VcsBaseSubmitEditor; }
|
||||
namespace Locator { class CommandLocator; }
|
||||
|
||||
namespace Mercurial {
|
||||
namespace Internal {
|
||||
@@ -143,7 +143,7 @@ private:
|
||||
MercurialClient *m_client;
|
||||
|
||||
Core::ICore *core;
|
||||
Locator::CommandLocator *m_commandLocator;
|
||||
Core::CommandLocator *m_commandLocator;
|
||||
Core::ActionContainer *mercurialContainer;
|
||||
|
||||
QList<QAction *> m_repositoryActionList;
|
||||
|
||||
Reference in New Issue
Block a user