forked from qt-creator/qt-creator
CppEditor: Remove unused code
Change-Id: Ife0f6609a55de903f5f90af0dc6b72209e02f5af Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -458,10 +458,6 @@ void CppEditorWidget::finalizeInitialization()
|
||||
// function combo box sorting
|
||||
d->m_cppEditorOutline = new CppEditorOutline(this);
|
||||
|
||||
// TODO: Nobody emits this signal... Remove?
|
||||
connect(CppEditorPlugin::instance(), &CppEditorPlugin::outlineSortingChanged,
|
||||
outline(), &CppEditorOutline::setSorted);
|
||||
|
||||
connect(d->m_cppEditorDocument, &CppEditorDocument::codeWarningsUpdated,
|
||||
this, &CppEditorWidget::onCodeWarningsUpdated);
|
||||
connect(d->m_cppEditorDocument, &CppEditorDocument::ifdefedOutBlocksUpdated,
|
||||
|
||||
Reference in New Issue
Block a user