forked from qt-creator/qt-creator
Clang: Rename parameter
Change-Id: Id509e798c6b421f27ee46d7e84012225601dde30 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -67,11 +67,11 @@ public:
|
|||||||
FileExistsCheck fileExistsCheck = FileExistsCheck::Check);
|
FileExistsCheck fileExistsCheck = FileExistsCheck::Check);
|
||||||
~Document();
|
~Document();
|
||||||
|
|
||||||
Document(const Document &cxTranslationUnit);
|
Document(const Document &document);
|
||||||
Document &operator=(const Document &cxTranslationUnit);
|
Document &operator=(const Document &document);
|
||||||
|
|
||||||
Document(Document &&cxTranslationUnit);
|
Document(Document &&document);
|
||||||
Document &operator=(Document &&cxTranslationUnit);
|
Document &operator=(Document &&document);
|
||||||
|
|
||||||
void reset();
|
void reset();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user