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:
@@ -51,7 +51,7 @@
|
||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||
#include <coreplugin/actionmanager/command.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <locator/commandlocator.h>
|
||||
#include <coreplugin/locator/commandlocator.h>
|
||||
|
||||
#include <vcsbase/vcsbaseoutputwindow.h>
|
||||
|
||||
@@ -302,7 +302,7 @@ void GerritPlugin::updateActions(bool hasTopLevel)
|
||||
m_pushToGerritPair.first->setEnabled(hasTopLevel);
|
||||
}
|
||||
|
||||
void GerritPlugin::addToLocator(Locator::CommandLocator *locator)
|
||||
void GerritPlugin::addToLocator(Core::CommandLocator *locator)
|
||||
{
|
||||
locator->appendCommand(m_gerritCommand);
|
||||
locator->appendCommand(m_pushToGerritPair.second);
|
||||
|
||||
Reference in New Issue
Block a user