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:
parent
ebb075fcfd
commit
a82873f7ba
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user