Skip to content
Snippets Groups Projects
Commit b22df850 authored by Olivier Langella's avatar Olivier Langella
Browse files

problem with fastafile

parent 7c319cbb
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ void ProjectWindow::setProjectSp(ProjectSp project_sp) {
_fastafile_list = _project_sp.get()->getIdentificationDataSourceStore().getFastaFileList();
/*
for (FastaFileSp fasta_file : _fastafile_list ) {
QStandardItem *item;
......@@ -356,7 +356,7 @@ void ProjectWindow::setProjectSp(ProjectSp project_sp) {
_p_fasta_str_li->appendRow(item);
item->setData(QVariant(QString("%1").arg(fasta_file.get()->getFilename())),Qt::UserRole);
}
*/
for (auto && p_window :_peptide_list_window_collection) {
delete p_window;
......
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