| 1034 | } |
| 1035 | |
| 1036 | bool MainWindow::PromptSaveCaptureAs() |
| 1037 | { |
| 1038 | QString saveFilename = GetSavePath(); |
| 1039 | |
| 1040 | if(!saveFilename.isEmpty()) |
| 1041 | return SaveCurrentCapture(saveFilename); |
| 1042 | |
| 1043 | return false; |
| 1044 | } |
| 1045 | |
| 1046 | bool MainWindow::SaveCurrentCapture(QString saveFilename) |
| 1047 | { |