mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
No flicker!
This commit is contained in:
parent
fa10d6d252
commit
450adc4c46
1 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue