forked from qt-creator/qt-creator
CommandLocator: use Id instead of QString.
There seems to be still disagreement in the code what the individual parameters are meant for. Change-Id: I9c51e6ee9cc8fd1a55d202b8131027de1ef812a0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -294,9 +294,8 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
addAutoReleasedObject(new CloneWizard);
|
||||
addAutoReleasedObject(new Gitorious::Internal::GitoriousCloneWizard);
|
||||
|
||||
const QString description = QLatin1String("Git");
|
||||
const QString prefix = QLatin1String("git");
|
||||
m_commandLocator = new Locator::CommandLocator(description, prefix, prefix);
|
||||
m_commandLocator = new Locator::CommandLocator("Git", prefix, prefix);
|
||||
addAutoReleasedObject(m_commandLocator);
|
||||
|
||||
//register actions
|
||||
|
||||
Reference in New Issue
Block a user