MCPcopy Create free account
hub / github.com/Vector35/debugger / columnCount

Method columnCount

ui/attachprocess.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return (int)m_items.size();
73 }
74 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
75 {
76 (void)parent;
77 return 2;
78 }
79 ProcessItem getRow(int row) const;
80 virtual QVariant data(const QModelIndex& i, int role) const override;
81 virtual QVariant headerData(int column, Qt::Orientation orientation, int role) const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected