CppTools: Rename updateHelper -> updateImpl

Change-Id: If1a1fb97aa2bcfad186c013f2b2cc4b94c66001e
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-12-14 18:42:38 +01:00
parent 566ab175b3
commit 5421615070
6 changed files with 18 additions and 18 deletions

View File

@@ -58,9 +58,9 @@ public:
static Ptr get(const QString &filePath);
private:
void updateHelper(const QFutureInterface<void> &future,
const WorkingCopy &workingCopy,
const ProjectExplorer::Project *activeProject) override;
void updateImpl(const QFutureInterface<void> &future,
const WorkingCopy &workingCopy,
const ProjectExplorer::Project *activeProject) override;
void addFileAndDependencies(CPlusPlus::Snapshot *snapshot,
QSet<Utils::FileName> *toRemove,
const Utils::FileName &fileName) const;