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

no need of signals and slots in MsIdListWorkerStatus

parent e8f74be3
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,6 @@ MsIdListWorkerStatus::doComputeMsNumber(
// file not found
m_identificationFileNotFound.push_back(identificationDataSource.get());
}
// identificationDataSource->getMsRunSp()->freeMsRunReaderSp();
emit MsNumberComputed();
}
void
......
......@@ -25,7 +25,6 @@
#pragma once
#include <deque>
#include <QObject>
#include <pappsomspp/msrun/msrunreader.h>
#include "../../../../utils/msrunstatisticshandler.h"
#include "core/msrun.h"
......@@ -66,10 +65,8 @@ enum class WorkerStatus : std::int8_t
Error = 5,
};
class MsIdentificationListWindow;
class MsIdListWorkerStatus : public QObject
class MsIdListWorkerStatus
{
Q_OBJECT
public:
MsIdListWorkerStatus(MsIdentificationListWindow *msIdListWindow);
......@@ -82,9 +79,6 @@ class MsIdListWorkerStatus : public QObject
void doComputeMsNumber(IdentificationDataSourceSp identificationDataSource);
void changeWaitingQueue(int row);
signals:
void MsNumberComputed();
private:
QFuture<void> m_computingThread;
MsIdentificationListWindow *m_msIdListWindow;
......
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