| 79 | } |
| 80 | |
| 81 | void MainWindowPrivate::selectNextItem() |
| 82 | { |
| 83 | auto actionListener = qobject_cast<IToolViewActionListener*>( |
| 84 | Core::self()->uiControllerInternal()->activeToolViewActionListener()); |
| 85 | if (actionListener) { |
| 86 | actionListener->selectNextItem(); |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | void MainWindowPrivate::settingsDialog() |
| 91 | { |
nothing calls this directly
no test coverage detected