forked from qt-creator/qt-creator
Fixes: unbreak compilation after 2ce90697c4
This commit is contained in:
@@ -72,7 +72,7 @@ OpenEditorsWidget::OpenEditorsWidget()
|
||||
this, SLOT(updateCurrentItem(Core::IEditor*)));
|
||||
connect(m_ui.editorList, SIGNAL(itemClicked(QTreeWidgetItem*, int)),
|
||||
this, SLOT(selectEditor(QTreeWidgetItem*)));
|
||||
updateEditorList();
|
||||
//updateEditorList();
|
||||
}
|
||||
|
||||
OpenEditorsWidget::~OpenEditorsWidget()
|
||||
|
||||
Reference in New Issue
Block a user