mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -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
|
// Make the UI Fit nicely
|
||||||
fit();
|
fit();
|
||||||
|
|
||||||
|
// Enable Preset Start
|
||||||
|
enableStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindow::~MainWindow() {
|
MainWindow::~MainWindow() {
|
||||||
|
@ -155,11 +158,6 @@ void MainWindow::setStatus( STATUS status ) {
|
||||||
ui->cameraSelector->setProperty( "enabled", true );
|
ui->cameraSelector->setProperty( "enabled", true );
|
||||||
ui->recStats->hide();
|
ui->recStats->hide();
|
||||||
|
|
||||||
qDebug() << recorder.dirSet() ;
|
|
||||||
// Note: Suboptimal
|
|
||||||
if ( recorder.dirSet() )
|
|
||||||
enableStart();
|
|
||||||
|
|
||||||
qDebug( "Connected...." );
|
qDebug( "Connected...." );
|
||||||
break;
|
break;
|
||||||
case RECORDING:
|
case RECORDING:
|
||||||
|
|
Loading…
Add table
Reference in a new issue