Open a note in an external window.
| 1565 | //* Open a note in an external window. |
| 1566 | //************************************************************** |
| 1567 | void NixNote::openExternalNote(qint32 lid) { |
| 1568 | tabWindow->openNote(lid, NTabWidget::ExternalWindow); |
| 1569 | } |
| 1570 | |
| 1571 | |
| 1572 |
no test coverage detected