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:
Christian Kandeler
2022-08-01 17:01:42 +02:00
parent a82406eb27
commit dd37abed6b
4 changed files with 0 additions and 21 deletions

View File

@@ -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,