aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-11-17 13:40:59 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-11-22 09:39:04 +0000
commitdb71c461de278b7d03dcd0f4fd90185534308630 (patch)
tree88cd1caf90fde635fc55ab4d3d3224421a6f2222 /src/plugins/texteditor/refactoringchanges.h
parent27084b18846e1bd1401d10f5827d431b8129ab3d (diff)
TextEditor: Remove unneeded RefactoringFile::setFilePath()
Change-Id: Ia44642191259b83539c093d04921317b6155fdee Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.h')
-rw-r--r--src/plugins/texteditor/refactoringchanges.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.h b/src/plugins/texteditor/refactoringchanges.h
index 20de8dad87..5155f162fd 100644
--- a/src/plugins/texteditor/refactoringchanges.h
+++ b/src/plugins/texteditor/refactoringchanges.h
@@ -70,7 +70,6 @@ protected:
RefactoringFile(const Utils::FilePath &filePath);
void invalidate() { m_filePath.clear(); }
- void setFilePath(const Utils::FilePath &filePath) { m_filePath = filePath; } // FIXME: Really necessary?
void enableFormatting() { m_formattingEnabled = true; }
private: