forked from qt-creator/qt-creator
TextEditor: Rename class RefactoringChanges
... and remove outdated comment. Change-Id: I6dcd0a38608192ccdd6734affd33e170d39e8299 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
WorkingCopy m_workingCopy;
|
||||
};
|
||||
|
||||
class CPPEDITOR_EXPORT CppRefactoringChanges: public TextEditor::RefactoringChanges
|
||||
class CPPEDITOR_EXPORT CppRefactoringChanges: public TextEditor::RefactoringFileFactory
|
||||
{
|
||||
public:
|
||||
explicit CppRefactoringChanges(const CPlusPlus::Snapshot &snapshot);
|
||||
|
||||
Reference in New Issue
Block a user