aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/gitplugin.h')
-rw-r--r--src/plugins/git/gitplugin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/git/gitplugin.h b/src/plugins/git/gitplugin.h
index 0e03a6445b0..9b7d4ea83d5 100644
--- a/src/plugins/git/gitplugin.h
+++ b/src/plugins/git/gitplugin.h
@@ -54,7 +54,9 @@ class ICore;
namespace Utils {
class ParameterAction;
}
-
+namespace Locator {
+ class CommandLocator;
+}
namespace Git {
namespace Internal {
@@ -125,6 +127,7 @@ private:
static GitPlugin *m_instance;
Core::ICore *m_core;
+ Locator::CommandLocator *m_commandLocator;
Utils::ParameterAction *m_diffAction;
Utils::ParameterAction *m_diffProjectAction;
QAction *m_diffRepositoryAction;