aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforceplugin.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-05 17:12:10 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-06 15:32:52 +0200
commit642706dc44b493018f643975856ae901ac505735 (patch)
treeb9428ffd69a0c2a9b14fdd4f588cad770c05654a /src/plugins/perforce/perforceplugin.h
parentb3ff928b0a666c8b6743aebed4d982a0b7a3b3b7 (diff)
VCS: Pass const values by references
Change-Id: I9749c0c76b810f3d5fee1aa8c5750dac5930cd3c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/perforce/perforceplugin.h')
-rw-r--r--src/plugins/perforce/perforceplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/perforce/perforceplugin.h b/src/plugins/perforce/perforceplugin.h
index bcee48574e3..4bc98b8cfbe 100644
--- a/src/plugins/perforce/perforceplugin.h
+++ b/src/plugins/perforce/perforceplugin.h
@@ -146,7 +146,7 @@ protected:
private:
typedef QHash<QString, bool> ManagedDirectoryCache;
- Core::IEditor *showOutputInEditor(const QString& title, const QString output,
+ Core::IEditor *showOutputInEditor(const QString &title, const QString &output,
int editorType, const QString &source,
QTextCodec *codec = 0);