Fixes: unbreak compilation after 2ce90697c4

This commit is contained in:
hjk
2009-03-04 10:14:44 +01:00
parent 77db01c410
commit 08d0b03e70
@@ -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()