| 1629 | } |
| 1630 | |
| 1631 | bool Viewer::dragDrop( const std::vector<std::filesystem::path>& paths ) |
| 1632 | { |
| 1633 | if ( signals_->dragDropSignal( paths ) ) |
| 1634 | return true; |
| 1635 | |
| 1636 | return false; |
| 1637 | } |
| 1638 | |
| 1639 | bool Viewer::interruptWindowClose() |
| 1640 | { |
no outgoing calls
no test coverage detected