aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-11-17 12:44:49 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-20 14:37:19 +0000
commit78b9edd2510cd54c50d7fa2dc7274c5134b85225 (patch)
tree242ceaf14ad27c4b110d1cbd2ab6c485f772b2eb /src/plugins/texteditor/refactoringchanges.cpp
parente7073421cc4d336a940540ed44d1a219b2b83a70 (diff)
TextEditor: Rename class RefactoringChanges
... and remove outdated comment. Change-Id: I6dcd0a38608192ccdd6734affd33e170d39e8299 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.cpp')
-rw-r--r--src/plugins/texteditor/refactoringchanges.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.cpp b/src/plugins/texteditor/refactoringchanges.cpp
index cd0b12c080..8287ee09c1 100644
--- a/src/plugins/texteditor/refactoringchanges.cpp
+++ b/src/plugins/texteditor/refactoringchanges.cpp
@@ -26,9 +26,9 @@ using namespace Utils;
namespace TextEditor {
-RefactoringChanges::~RefactoringChanges() = default;
+RefactoringFileFactory::~RefactoringFileFactory() = default;
-RefactoringFilePtr RefactoringChanges::file(const FilePath &filePath) const
+RefactoringFilePtr RefactoringFileFactory::file(const FilePath &filePath) const
{
return RefactoringFilePtr(new RefactoringFile(filePath));
}