summaryrefslogtreecommitdiffstats
path: root/qmake/project.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-01-28 16:51:22 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-02-03 13:30:04 (GMT)
commitb13f4901968c62d8a378a619c1ae8c2095780040 (patch)
tree2534e0bad390f5cd24dd4193a925244a0421eecd /qmake/project.cpp
parent71eb2bd23604d9c809f143496f781c1d5c065473 (diff)
downloadQt-b13f4901968c62d8a378a619c1ae8c2095780040.zip
Qt-b13f4901968c62d8a378a619c1ae8c2095780040.tar.gz
Qt-b13f4901968c62d8a378a619c1ae8c2095780040.tar.bz2
use const ref
Reviewed-by: mariusSO
Diffstat (limited to 'qmake/project.cpp')
-rw-r--r--qmake/project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index 4e2d743..1a13639 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -228,7 +228,7 @@ static QString varMap(const QString &x)
return ret;
}
-static QStringList split_arg_list(QString params)
+static QStringList split_arg_list(const QString &params)
{
int quote = 0;
QStringList args;