MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / delayed_scroll

Method delayed_scroll

launcher/ui/dialogs/IconPickerDialog.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

scrollToMethod · 0.80

Tested by

no test coverage detected