mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Some Cleanup
This commit is contained in:
parent
5d0e233068
commit
1b954914ef
1 changed files with 3 additions and 5 deletions
|
@ -114,6 +114,9 @@ MainWindow::MainWindow( QWidget * parent ) :
|
|||
|
||||
// Make the UI Fit nicely
|
||||
fit();
|
||||
|
||||
// Enable Preset Start
|
||||
enableStart();
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() {
|
||||
|
@ -155,11 +158,6 @@ void MainWindow::setStatus( STATUS status ) {
|
|||
ui->cameraSelector->setProperty( "enabled", true );
|
||||
ui->recStats->hide();
|
||||
|
||||
qDebug() << recorder.dirSet() ;
|
||||
// Note: Suboptimal
|
||||
if ( recorder.dirSet() )
|
||||
enableStart();
|
||||
|
||||
qDebug( "Connected...." );
|
||||
break;
|
||||
case RECORDING:
|
||||
|
|
Loading…
Add table
Reference in a new issue