| 1348 | } |
| 1349 | |
| 1350 | QString MainWindowImpl::destinationPath() |
| 1351 | { |
| 1352 | QString dest = lineDirectory->text(); |
| 1353 | |
| 1354 | if (checkSameDir->isChecked()) |
| 1355 | dest = iAList->at(curr_index).path; |
| 1356 | |
| 1357 | return dest; |
| 1358 | } |
| 1359 | |
| 1360 | void MainWindowImpl::openPaypalLink() |
| 1361 | { |
nothing calls this directly
no outgoing calls
no test coverage detected