MCPcopy Create free account
hub / github.com/AncientLysine/BiliLocal / flags

Method flags

src/Menu.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 Qt::ItemFlags flags(const QModelIndex &) const
95 {
96 return Qt::ItemIsSelectable|Qt::ItemIsEnabled;
97 }
98
99 QModelIndex index(int r,int c,const QModelIndex &p) const
100 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected