Skip to content
Snippets Groups Projects
Commit 08d0b03e authored by hjk's avatar hjk
Browse files

Fixes: unbreak compilation after 2ce90697

parent 77db01c4
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment