forked from qt-creator/qt-creator
Utils: Rename FileName to FilePath
More in line with QFileInfo terminonlogy which appears to be best-of-breed within Qt. Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -55,7 +55,7 @@ class CompilationDatabaseProject : public ProjectExplorer::Project
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CompilationDatabaseProject(const Utils::FileName &filename);
|
||||
explicit CompilationDatabaseProject(const Utils::FilePath &filename);
|
||||
~CompilationDatabaseProject() override;
|
||||
bool needsConfiguration() const override { return false; }
|
||||
bool needsBuildConfigurations() const override { return true; }
|
||||
@@ -65,7 +65,7 @@ private:
|
||||
|
||||
void reparseProject();
|
||||
void buildTreeAndProjectParts();
|
||||
Utils::FileName rootPathFromSettings() const;
|
||||
Utils::FilePath rootPathFromSettings() const;
|
||||
|
||||
QFutureWatcher<void> m_parserWatcher;
|
||||
std::unique_ptr<CppTools::CppProjectUpdater> m_cppCodeModelUpdater;
|
||||
|
||||
Reference in New Issue
Block a user