MCPcopy Create free account
hub / github.com/KDAB/GammaRay / flags

Method flags

plugins/quickinspector/quickoverlaylegend.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 Qt::ItemFlags flags(const QModelIndex &index) const override
105 {
106 return QAbstractListModel::flags(index) & ~Qt::ItemIsSelectable;
107 }
108
109 int rowCount(const QModelIndex &parent = QModelIndex()) const override
110 {

Callers 1

itemHasContentsFunction · 0.45

Calls

no outgoing calls

Tested by 1

itemHasContentsFunction · 0.36