diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-05-19 23:32:33 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2014-05-26 15:20:16 +0200 |
commit | e8d6ce1c22f13793e5823e48abcea4c66b1423c1 (patch) | |
tree | 8f94140fc71af307d321e51d076fbd0c68a17349 /src/plugins/cvs/cvsutils.h | |
parent | 03ffc4eaf54b19e73b3a855da314484d428f4640 (diff) | |
download | qt-creator-e8d6ce1c22f13793e5823e48abcea4c66b1423c1.tar.gz |
CVS: Pass const string by reference
Change-Id: Ieee43c000c29a0d25984fcab1d8d5ca897d00907
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cvs/cvsutils.h')
-rw-r--r-- | src/plugins/cvs/cvsutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/cvsutils.h b/src/plugins/cvs/cvsutils.h index 7e0182878d..ddc27cde3f 100644 --- a/src/plugins/cvs/cvsutils.h +++ b/src/plugins/cvs/cvsutils.h @@ -69,7 +69,7 @@ QDebug operator<<(QDebug d, const CvsLogEntry &); // running from the repository directory. QList<CvsLogEntry> parseLogEntries(const QString &output, const QString &directory = QString(), - const QString filterCommitId = QString()); + const QString &filterCommitId = QString()); // Tortoise CVS outputs unknown files with question marks in // the diff output on stdout ('? foo'); remove |