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