Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
last change
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-tushevg committed Aug 9, 2018
1 parent 6b32baf commit 2507c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BrainATUMtome/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MainWindow::MainWindow(QWidget *parent) :
m_thread_driverMicrotome = new QThread(this);
m_driverMicrotome->moveToThread(m_thread_driverMicrotome);
connect(m_thread_driverMicrotome, &QThread::finished, m_driverMicrotome, &DriverMicrotome::deleteLater);
m_thread_driverMicrotome->deleteLater();
m_thread_driverMicrotome->start();

connect(this, &MainWindow::uirequest_dmt_cuttingMotroOff, m_driverMicrotome, &DriverMicrotome::on_uirequest_cuttingMotorOff);
connect(this, &MainWindow::uirequest_dmt_cuttingMotorOn, m_driverMicrotome, &DriverMicrotome::on_uirequest_cuttingMotorOn);
Expand Down

0 comments on commit 2507c0b

Please sign in to comment.