| 56 | } |
| 57 | |
| 58 | void InputChangeLogWindow::update() |
| 59 | { |
| 60 | inputChangeLogModel->updateChangeLog(); |
| 61 | |
| 62 | /* Set the selection to the current changelog item */ |
| 63 | inputChangeLogView->setCurrentIndex(inputChangeLogModel->index(movie->changelog->index(), 0, QModelIndex())); |
| 64 | } |
| 65 | |
| 66 | void InputChangeLogWindow::moveChangeLog(const QModelIndex &index) |
| 67 | { |
nothing calls this directly
no test coverage detected