aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/kitmodel.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-05 17:15:20 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-06 15:33:23 +0200
commitfb206c14fe0ba45de4ebffce233b396eb937032a (patch)
tree0545d04e194ea066c5b19befb37770646ff6b6dd /src/plugins/projectexplorer/kitmodel.h
parent4cf0cae8bc3bce1db7fc51354b1b9aa0b2435db6 (diff)
ProjectExplorer: Pass const values by reference
Change-Id: I985aced32b95cfe4bc1bbbf7c917dc04b1d94f2d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/kitmodel.h')
-rw-r--r--src/plugins/projectexplorer/kitmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/kitmodel.h b/src/plugins/projectexplorer/kitmodel.h
index a1746235f8..031863b97a 100644
--- a/src/plugins/projectexplorer/kitmodel.h
+++ b/src/plugins/projectexplorer/kitmodel.h
@@ -86,7 +86,7 @@ public:
void markForRemoval(Kit *k);
Kit *markForAddition(Kit *baseKit);
- QString findNameFor(Kit *k, const QString baseName);
+ QString findNameFor(Kit *k, const QString &baseName);
signals:
void kitStateChanged();