MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / ~SubsController

Method ~SubsController

src/subs_controller.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158SubsController::~SubsController() {
159 // Make sure there are no autosaves in progress
160 autosave_queue->Sync([]{ });
161}
162
163void SubsController::SetSelectionController(SelectionController *selection_controller) {
164 active_line_connection = context->selectionController->AddActiveLineListener(&SubsController::OnActiveLineChanged, this);

Callers

nothing calls this directly

Calls 1

SyncMethod · 0.80

Tested by

no test coverage detected