SLOTs
| 393 | // ************************* SLOTs ************************** |
| 394 | // ********************************************************** |
| 395 | void SearchReplaceWidget::cancel() { |
| 396 | m_spreadsheet->model()->setSearchText(QString()); // clear the global search text that was potentialy set during "find all" |
| 397 | showMessage(QString()); |
| 398 | close(); |
| 399 | } |
| 400 | |
| 401 | void SearchReplaceWidget::findContextMenuRequest(const QPoint& pos) { |
| 402 | showExtendedContextMenu(false /* replace */, pos); |
no test coverage detected