This commit is contained in:
Hiro Protagonist 2017-03-27 20:21:13 +13:00
parent a11aa7b9b4
commit 838b155102

View file

@ -15,7 +15,7 @@ MainWindow::MainWindow( QWidget * parent ) :
QMainWindow( parent ),
ui( new Ui::MainWindow ),
camMan( this ),
recorder( this, 18, false ),
recorder( 0, 18, false ),
resize { false } {
ui->setupUi( this );