aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorwidget.h
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2017-10-22 22:17:49 +0200
committerBernhard Beschow <shentey@gmail.com>2018-12-20 11:41:05 +0000
commit886c76e10fcf21ff78e976262fcf3a3fd12cebdb (patch)
tree67c91e06b58e793df7128b05c82e14c930f5a36a /src/plugins/cppeditor/cppeditorwidget.h
parente15beff0cbb5f8982064045ad5611fe7290f3f6a (diff)
CppEditorWidget: Remove private refactoringEngine() method
d->m_modelManager can be used directly instead. Change-Id: I11158ede3bb827ebed88706d0bfaab4e0f142f0a Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorwidget.h')
-rw-r--r--src/plugins/cppeditor/cppeditorwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cppeditorwidget.h b/src/plugins/cppeditor/cppeditorwidget.h
index e00f5666c78..f141ee22485 100644
--- a/src/plugins/cppeditor/cppeditorwidget.h
+++ b/src/plugins/cppeditor/cppeditorwidget.h
@@ -33,7 +33,6 @@
namespace CppTools {
class CppEditorOutline;
-class RefactoringEngineInterface;
class FollowSymbolInterface;
class SemanticInfo;
class ProjectPart;
@@ -142,7 +141,6 @@ private:
TextEditor::RefactorMarkers refactorMarkersWithoutClangMarkers() const;
CppTools::FollowSymbolInterface &followSymbolInterface() const;
- CppTools::RefactoringEngineInterface &refactoringEngine() const;
CppTools::ProjectPart *projectPart() const;