TextEditor: Remove now-unused RefactoringChangesData

Change-Id: Idf82ce013f19422d2b5931669e1aaa4a3aa64b16
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2023-11-16 17:40:08 +01:00
parent 246a878a34
commit 5baf4d83c6
4 changed files with 2 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ using namespace QmlJS;
namespace QmlJSTools {
class QmlJSRefactoringChangesData : public TextEditor::RefactoringChangesData
class QmlJSRefactoringChangesData
{
public:
QmlJSRefactoringChangesData(ModelManagerInterface *modelManager,