| 12650 | |
| 12651 | |
| 12652 | text Widget::currentDocumentFolder() |
| 12653 | // ---------------------------------------------------------------------------- |
| 12654 | // Return native path to current document folder |
| 12655 | // ---------------------------------------------------------------------------- |
| 12656 | { |
| 12657 | Window *window = findTaoWidget()->taoWindow(); |
| 12658 | return +QDir::toNativeSeparators(window->currentProjectFolderPath()); |
| 12659 | } |
| 12660 | |
| 12661 | |
| 12662 | bool Widget::blink(double on, double off, double after) |
nothing calls this directly
no test coverage detected