forked from qt-creator/qt-creator
CppTools: Pass const QString by reference
Change-Id: I3ad42095b7029cb58223a7bb7f9ce21dda29f50f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
038f59836b
commit
519913e599
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user