MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / selectionChanged

Method selectionChanged

src/bootentrylistview.cpp:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void BootEntryListView::selectionChanged(const QItemSelection &selection, const QItemSelection &)
124{
125 QModelIndex index;
126 if(!selection.indexes().isEmpty())
127 index = selection.indexes().first();
128
129 Q_EMIT selected(index);
130}

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected