| 476 | } |
| 477 | |
| 478 | void WorkspaceWidgetPrivate::handleSaveSession() |
| 479 | { |
| 480 | sessionSrv->setValue(kOpenedFileList, q->openedFiles()); |
| 481 | sessionSrv->setValue(kCurrentFile, q->currentFile()); |
| 482 | } |
| 483 | |
| 484 | void WorkspaceWidgetPrivate::handleSessionLoaded() |
| 485 | { |
nothing calls this directly
no test coverage detected