MCPcopy Create free account
hub / github.com/clementgallet/libTAS / update

Method update

src/program/ui/InputChangeLogWindow.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void 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
66void InputChangeLogWindow::moveChangeLog(const QModelIndex &index)
67{

Callers

nothing calls this directly

Calls 2

updateChangeLogMethod · 0.80
indexMethod · 0.80

Tested by

no test coverage detected