diff options
author | Marco Bubke <marco.bubke@qt.io> | 2018-02-01 18:29:45 +0100 |
---|---|---|
committer | Marco Bubke <marco.bubke@qt.io> | 2018-02-08 16:49:43 +0000 |
commit | c4220041a66d2e3cb6d1237f1cb52acdb14b4c32 (patch) | |
tree | 809c670236e1a6d3a68b7505741ecad2b6cf712a /src/tools/clangrefactoringbackend/source/symbolscollector.cpp | |
parent | 6976341e4b1270ca9d3088f61202f3e05f8eeaa2 (diff) | |
download | qt-creator-c4220041a66d2e3cb6d1237f1cb52acdb14b4c32.tar.gz |
Clang: Rename FileInformation in FileStatus
It's more near to the Unix convention and it has a plural too.
Change-Id: I53f85911d8fcbaadba9947c70e9a375dc6995ed5
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/symbolscollector.cpp')
-rw-r--r-- | src/tools/clangrefactoringbackend/source/symbolscollector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/clangrefactoringbackend/source/symbolscollector.cpp b/src/tools/clangrefactoringbackend/source/symbolscollector.cpp index 048da174d2..0497a1862e 100644 --- a/src/tools/clangrefactoringbackend/source/symbolscollector.cpp +++ b/src/tools/clangrefactoringbackend/source/symbolscollector.cpp @@ -82,9 +82,9 @@ const UsedMacros &SymbolsCollector::usedMacros() const return m_collectMacrosSourceFileCallbacks.usedMacros(); } -const FileInformations &SymbolsCollector::fileInformations() const +const FileStatuses &SymbolsCollector::fileStatuses() const { - return m_collectMacrosSourceFileCallbacks.fileInformations(); + return m_collectMacrosSourceFileCallbacks.fileStatuses(); } const SourceDependencies &SymbolsCollector::sourceDependencies() const |