mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
[Coverity] Add some handling for return values in UI code
This commit is contained in:
@@ -1980,7 +1980,7 @@ bool MainWindow::eventFilter(QObject *watched, QEvent *event)
|
||||
|
||||
void MainWindow::on_action_Close_Capture_triggered()
|
||||
{
|
||||
PromptCloseCapture();
|
||||
(void)PromptCloseCapture();
|
||||
}
|
||||
|
||||
void MainWindow::on_action_Save_Capture_Inplace_triggered()
|
||||
|
||||
Reference in New Issue
Block a user