mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
Some Cleanup
This commit is contained in:
parent
0b68459294
commit
5d0e233068
1 changed files with 3 additions and 3 deletions
|
@ -28,13 +28,13 @@ MainWindow::MainWindow( QWidget * parent ) :
|
|||
// Set status
|
||||
setStatus( WAITING );
|
||||
|
||||
// Try to connect to first cam
|
||||
scanAndUpdateCameras();
|
||||
|
||||
// Set default dir
|
||||
QString defaultDir = QStandardPaths::writableLocation( QStandardPaths::DocumentsLocation );
|
||||
recorder.setProjectDir( defaultDir );
|
||||
|
||||
// Try to connect to first cam
|
||||
scanAndUpdateCameras();
|
||||
|
||||
// Fill serial ports.
|
||||
fillSerialPorts();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue