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

Method columnCount

ui/threadframes.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 QModelIndex parent(const QModelIndex& index) const override;
120 int rowCount(const QModelIndex& parent = QModelIndex()) const override;
121 int columnCount(const QModelIndex& parent = QModelIndex()) const override
122 {
123 (void)parent;
124 return 8;
125 }
126 void updateRows(DebuggerController* controller);
127
128private:

Callers 3

filterAcceptsRowMethod · 0.45
filterAcceptsRowMethod · 0.45
filterAcceptsRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected