| 715 | } |
| 716 | |
| 717 | void LibraryWindowActions::disableAllActions() |
| 718 | { |
| 719 | disableComicsActions(true); |
| 720 | disableLibrariesActions(true); |
| 721 | disableFoldersActions(true); |
| 722 | } |
| 723 | |
| 724 | void LibraryWindowActions::updateTheme(const Theme &theme) |
| 725 | { |
no outgoing calls
no test coverage detected