Message ID | 20200430155946.15605-3-email@uajain.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
diff --git a/src/qcam/main_window.cpp b/src/qcam/main_window.cpp index c95d097..3e92cd9 100644 --- a/src/qcam/main_window.cpp +++ b/src/qcam/main_window.cpp @@ -250,6 +250,9 @@ int MainWindow::openCamera() return -EBUSY; } + /* Set the combo-box entry with the currently selected Camera */ + cameraCombo_->setCurrentText(QString::fromStdString(cameraName)); + return 0; }