forked from qt-creator/qt-creator
CppTools: Pass some const variables by reference
Change-Id: I3e703c923f6e1a14a89c76f394a070184db0c7bf Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
28f5c46cc0
commit
589535c120
@@ -77,7 +77,7 @@ public:
|
||||
*/
|
||||
enum CursorHandling { RespectCursor, IgnoreCursor };
|
||||
|
||||
explicit PointerDeclarationFormatter(const CppRefactoringFilePtr refactoringFile,
|
||||
explicit PointerDeclarationFormatter(const CppRefactoringFilePtr &refactoringFile,
|
||||
Overview &overview,
|
||||
CursorHandling cursorHandling = IgnoreCursor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user