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

fix deprecated use QSet<T>::toList()

parent 92b5bb10
No related branches found
No related tags found
No related merge requests found
......@@ -832,7 +832,7 @@ ProticdbMl::writeMatch(std::vector<const ProteinMatch *> &protein_match_sg_list)
sample_name_list
<< peptide_match.getPeptideEvidence()->getMsRunP()->getSampleName();
}
sample_name_list = sample_name_list.toSet().toList();
sample_name_list = sample_name_list.toSet().values();
for(QString sample_name : sample_name_list)
{
_output_stream->writeStartElement("matchSample");
......
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