diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-05-05 17:13:54 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2014-05-13 04:20:10 +0200 |
commit | 519913e5990d1668de09705f4c6df66d5e221ad0 (patch) | |
tree | 80662dd059a4bb93b4748c831dd7b93cb2ac4faf /src/plugins/cpptools/cppcompletionassist.h | |
parent | 038f59836b52541223013048b810237f0b592e17 (diff) | |
download | qt-creator-519913e5990d1668de09705f4c6df66d5e221ad0.tar.gz |
CppTools: Pass const QString by reference
Change-Id: I3ad42095b7029cb58223a7bb7f9ce21dda29f50f
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cppcompletionassist.h')
-rw-r--r-- | src/plugins/cpptools/cppcompletionassist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcompletionassist.h b/src/plugins/cpptools/cppcompletionassist.h index 4c952afb90..89a5c4c16e 100644 --- a/src/plugins/cpptools/cppcompletionassist.h +++ b/src/plugins/cpptools/cppcompletionassist.h @@ -121,7 +121,7 @@ private: int startCompletionHelper(); bool tryObjCCompletion(); bool objcKeywordsWanted() const; - int startCompletionInternal(const QString fileName, + int startCompletionInternal(const QString &fileName, unsigned line, unsigned column, const QString &expression, int endOfExpression); |