summaryrefslogtreecommitdiff
path: root/src/plugins/perforce
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2013-01-18 11:35:38 +0100
committerhjk <qthjk@ovi.com>2013-01-18 15:56:23 +0100
commit7fafeaa513becad586c5011e90738fb43a1f80b0 (patch)
tree0090bb19bbcab01f9dba53d00d38336df033d06e /src/plugins/perforce
parent51273ab864ee418fda4043e7bee0496ac68f4467 (diff)
downloadqt-creator-7fafeaa513becad586c5011e90738fb43a1f80b0.tar.gz
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>
Diffstat (limited to 'src/plugins/perforce')
-rw-r--r--src/plugins/perforce/perforceplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perforce/perforceplugin.cpp b/src/plugins/perforce/perforceplugin.cpp
index af684c9f46..54e74a889c 100644
--- a/src/plugins/perforce/perforceplugin.cpp
+++ b/src/plugins/perforce/perforceplugin.cpp
@@ -239,7 +239,7 @@ bool PerforcePlugin::initialize(const QStringList & /* arguments */, QString *er
addAutoReleasedObject(new PerforceEditorFactory(editorParameters + i, this, describeSlot));
const QString prefix = QLatin1String("p4");
- m_commandLocator = new Locator::CommandLocator(QLatin1String("Perforce"), prefix, prefix);
+ m_commandLocator = new Locator::CommandLocator("Perforce", prefix, prefix);
addAutoReleasedObject(m_commandLocator);
Core::ActionContainer *mtools =