diff options
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/mainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/mainWindow.cpp b/src/gui/mainWindow.cpp index bea636f..10c64d6 100644 --- a/src/gui/mainWindow.cpp +++ b/src/gui/mainWindow.cpp @@ -813,7 +813,7 @@ void MainWindow::foto() // makes a screenshot of the selected client img.save(path, format.toAscii()); } else - printf("Cannot save screen: Image is null.\n"); + qDebug("Cannot save screen: Image is null."); } } else |
