mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
typo
This commit is contained in:
parent
cf3851d181
commit
7a3eaee5f8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ MainWindow::MainWindow( QWidget * parent ) :
|
|||
// Move Recorder into another thread
|
||||
capThread = new QThread();
|
||||
recorder.moveToThread( capThread );
|
||||
connect( capThread, &QThread::finished, t, &QThread::deleteLater );
|
||||
connect( capThread, &QThread::finished, capThread, &QThread::deleteLater );
|
||||
|
||||
// Initialize Image buffer.
|
||||
image_buffer = new QVector<FlyCapture2::Image *>;
|
||||
|
|
Loading…
Add table
Reference in a new issue