No flicker!

This commit is contained in:
Hiro Protagonist 2017-04-07 15:45:52 +12:00
parent fa10d6d252
commit 450adc4c46

View file

@ -41,9 +41,6 @@ MainWindow::MainWindow( QWidget * parent ) :
// Set default name
ui->projectName->setText( "Taevitas_Rec_" + QDateTime::currentDateTime().toString( "dd_MM_yyyy_hh_mm_ss" ) );
// Make the UI Fit nicely
fit();
// Move Recorder into another thread
recThread = new QThread();
recorder.moveToThread( recThread );