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

Method columnCount

ui/breakpointswidget.h:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 return (int)m_items.size();
82 }
83 virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override
84 {
85 (void)parent;
86 return 2;
87 }
88 BreakpointItem getRow(int row) const;
89 virtual QVariant data(const QModelIndex& i, int role) const override;
90 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