Git: Add Gerrit to Locator

The Gerrit dialog itself was missing while Push to Gerrit was already
there.

Change-Id: Ie4b85cad9dba96beafb595c505daf28d0a1ceeb5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
This commit is contained in:
Andre Hartmann
2013-06-09 11:51:05 +02:00
committed by André Hartmann
parent 0eebbf464b
commit f1ed40a02c
2 changed files with 4 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ private:
QSharedPointer<GerritParameters> m_parameters;
QPointer<GerritDialog> m_dialog;
Core::Command *m_gerritCommand;
ActionCommandPair m_pushToGerritPair;
QString m_reviewers;
};