MCPcopy Create free account
hub / github.com/MultiMC/Launcher / delayed_scroll

Method delayed_scroll

launcher/ui/dialogs/IconPickerDialog.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void IconPickerDialog::delayed_scroll(QModelIndex model_index)
150{
151 auto contentsWidget = ui->iconView;
152 contentsWidget->scrollTo(model_index);
153}
154
155IconPickerDialog::~IconPickerDialog()
156{

Callers

nothing calls this directly

Calls 1

scrollToMethod · 0.80

Tested by

no test coverage detected