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:
hjk
2013-01-18 11:35:38 +01:00
parent 51273ab864
commit 7fafeaa513
9 changed files with 11 additions and 16 deletions

View File

@@ -269,9 +269,8 @@ bool SubversionPlugin::initialize(const QStringList & /*arguments */, QString *e
addAutoReleasedObject(new CheckoutWizard);
const QString description = QLatin1String("Subversion");
const QString prefix = QLatin1String("svn");
m_commandLocator = new Locator::CommandLocator(description, prefix, prefix);
m_commandLocator = new Locator::CommandLocator("Subversion", prefix, prefix);
addAutoReleasedObject(m_commandLocator);
//register actions