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

Method rowsChanged

src/bootentrylistview.cpp:114–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void BootEntryListView::rowsChanged(const QModelIndex &, int, int)
115{
116 auto index = currentIndex();
117 if(!index.isValid() || !model()->checkIndex(index) || index.row() >= model()->rowCount())
118 return;
119
120 Q_EMIT selected(index);
121}
122
123void BootEntryListView::selectionChanged(const QItemSelection &selection, const QItemSelection &)
124{

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected