Print the current note
| 2797 | |
| 2798 | // Print the current note |
| 2799 | void NixNote::fastPrintNote() { |
| 2800 | tabWindow->currentBrowser()->fastPrint = true; |
| 2801 | tabWindow->currentBrowser()->printNote(); |
| 2802 | } |
| 2803 | |
| 2804 | |
| 2805 |
nothing calls this directly
no test coverage detected