Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void IconPickerDialog::delayed_scroll(QModelIndex model_index)
150
{
151
auto contentsWidget = ui->iconView;
152
contentsWidget->scrollTo(model_index);
153
}
154
155
IconPickerDialog::~IconPickerDialog()
156
{
Callers
nothing calls this directly
Calls
1
scrollTo
Method · 0.80
Tested by
no test coverage detected