forked from qt-creator/qt-creator
CppEditor: Pass some values by reference
Change-Id: I18af0c97c22ef2189ebaeaacd32030b22f838c3d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
ee26fdf32c
commit
278eb8f93d
@@ -72,7 +72,7 @@ public:
|
||||
class QuickFixTestCase : public TestCase
|
||||
{
|
||||
public:
|
||||
QuickFixTestCase(const QList<QuickFixTestDocument::Ptr> theTestFiles,
|
||||
QuickFixTestCase(const QList<QuickFixTestDocument::Ptr> &theTestFiles,
|
||||
CppQuickFixFactory *factory,
|
||||
const QStringList &includePaths = QStringList(),
|
||||
int resultIndex = 0);
|
||||
|
||||
Reference in New Issue
Block a user