| 1803 | } |
| 1804 | |
| 1805 | void LibraryWindow::reloadCurrentLibrary() |
| 1806 | { |
| 1807 | if (!hasLoadedLibraryModels()) |
| 1808 | return; |
| 1809 | |
| 1810 | foldersModel->reload(); |
| 1811 | contentViewsManager->updateCurrentContentView(); |
| 1812 | |
| 1813 | enableNeededActions(); |
| 1814 | } |
| 1815 | |
| 1816 | void LibraryWindow::openLastCreated() |
| 1817 | { |
nothing calls this directly
no test coverage detected