| 450 | } |
| 451 | |
| 452 | QString MainWindow::getLastPath(void) |
| 453 | { |
| 454 | return IDE::instance()->getLastPath(); |
| 455 | } |
| 456 | |
| 457 | void MainWindow::openFile(const QString &path, bool openAsModified, bool focus) |
| 458 | { |
nothing calls this directly
no outgoing calls
no test coverage detected