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:
@@ -49,6 +49,7 @@ namespace Core {
|
||||
class IEditor;
|
||||
class IEditorFactory;
|
||||
class Command;
|
||||
class CommandLocator;
|
||||
class Context;
|
||||
class ActionManager;
|
||||
class ActionContainer;
|
||||
@@ -56,9 +57,6 @@ class ActionContainer;
|
||||
namespace Utils {
|
||||
class ParameterAction;
|
||||
}
|
||||
namespace Locator {
|
||||
class CommandLocator;
|
||||
}
|
||||
namespace Gerrit {
|
||||
namespace Internal {
|
||||
class GerritPlugin;
|
||||
@@ -206,7 +204,7 @@ private:
|
||||
void updateVersionWarning();
|
||||
|
||||
static GitPlugin *m_instance;
|
||||
Locator::CommandLocator *m_commandLocator;
|
||||
Core::CommandLocator *m_commandLocator;
|
||||
|
||||
QAction *m_submitCurrentAction;
|
||||
QAction *m_diffSelectedFilesAction;
|
||||
|
||||
Reference in New Issue
Block a user