1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1150 UI for thermal calibration: fix acquisition not stopping after exiting its state

This commit is contained in:
Alessio Morale 2014-01-18 13:45:00 +01:00
parent ebb075fcfd
commit a82873f7ba

View File

@ -50,12 +50,8 @@ public:
virtual void onTransition(QEvent *e)
{
Q_UNUSED(e);
qDebug() << "DataAcquisitionTransition::collectionCompleted";
}
virtual void exit(int __status){
Q_UNUSED(__status);
m_helper->endAcquisition();
qDebug() << "DataAcquisitionTransition::collectionCompleted";
}
public slots: