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

Method activated

launcher/ui/dialogs/ImportResourceDialog.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ImportResourceDialog::activated(QModelIndex index)
54{
55 selectedInstanceKey = index.data(InstanceList::InstanceIDRole).toString();
56 accept();
57}
58
59void ImportResourceDialog::selectionChanged(QItemSelection selected, QItemSelection deselected)
60{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected