forked from qt-creator/qt-creator
CPPEditor: Remove unneeded code.
Change-Id: I7f0263e461f5d03cd7ccde47ebbeaabad8d11c6d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -635,7 +635,6 @@ void CPPEditorWidget::createToolBar(CPPEditor *editor)
|
||||
|
||||
// set up slots to document changes
|
||||
updateContentsChangedSignal();
|
||||
connect(editorDocument(), SIGNAL(changed()), this, SLOT(updateFileName()));
|
||||
|
||||
// set up function declaration - definition link
|
||||
connect(this, SIGNAL(cursorPositionChanged()), this, SLOT(updateFunctionDeclDefLink()));
|
||||
@@ -992,9 +991,6 @@ void CPPEditorWidget::onContentsChanged(int position, int charsRemoved, int char
|
||||
updateUses();
|
||||
}
|
||||
|
||||
void CPPEditorWidget::updateFileName()
|
||||
{}
|
||||
|
||||
void CPPEditorWidget::jumpToOutlineElement(int index)
|
||||
{
|
||||
QModelIndex modelIndex = m_outlineCombo->view()->currentIndex();
|
||||
|
||||
Reference in New Issue
Block a user