forked from qt-creator/qt-creator
TextEditor: Remove unused member functions from RefactoringChanges
Change-Id: I7e301fcf7be7690e88d9b31e60cf900660336a07 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -110,13 +110,11 @@ public:
|
||||
explicit RefactoringChanges(RefactoringChangesData *data = nullptr);
|
||||
virtual ~RefactoringChanges();
|
||||
|
||||
static RefactoringFilePtr file(TextEditorWidget *editor);
|
||||
RefactoringFilePtr file(const Utils::FilePath &filePath) const;
|
||||
bool createFile(const Utils::FilePath &filePath,
|
||||
const QString &contents,
|
||||
bool reindent = true,
|
||||
bool openEditor = true) const;
|
||||
bool removeFile(const Utils::FilePath &filePath) const;
|
||||
|
||||
protected:
|
||||
static TextEditorWidget *openEditor(const Utils::FilePath &filePath,
|
||||
|
||||
Reference in New Issue
Block a user