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

new function to free msrun reader shared pointer

parent e108c9dc
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,12 @@ MsRun::getMsRunReaderSp()
return _msrun_reader_sp;
}
void
MsRun::freeMsRunReaderSp()
{
_msrun_reader_sp = nullptr;
}
void
MsRun::setMsRunStatistics(MsRunStatistics param, const QVariant &value)
{
......
......@@ -70,6 +70,10 @@ class MsRun : public pappso::MsRunId
bool findMsRunFile();
pappso::MsRunReaderSp &getMsRunReaderSp();
/** @brief release shared pointer on MSrun reader
*/
void freeMsRunReaderSp();
void checkMsRunStatistics();
......
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