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

Method activated

launcher/ui/dialogs/IconPickerDialog.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void IconPickerDialog::activated(QModelIndex index)
118{
119 selectedIconKey = index.data(Qt::UserRole).toString();
120 accept();
121}
122
123void IconPickerDialog::selectionChanged(QItemSelection selected, QItemSelection deselected)
124{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected