mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
qcam: main_window: Don't print message when saving a picture
When saving a picture, the application prints a message on cout. This isn't necessary and doesn't really help with debugging or diagnostics, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
7536d7d2f8
commit
0420a14d75
1 changed files with 0 additions and 3 deletions
|
@ -410,9 +410,6 @@ void MainWindow::saveImageAs()
|
|||
|
||||
QString filename = QFileDialog::getSaveFileName(this, "Save Image", defaultPath,
|
||||
"Image Files (*.png *.jpg *.jpeg)");
|
||||
|
||||
std::cout << "Save image to " << filename.toStdString() << std::endl;
|
||||
|
||||
if (filename.isEmpty())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue