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

Method updateColumnWidths

ui/attachprocess.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308void ProcessListWidget::updateColumnWidths()
309{
310 resizeColumnToContents(ProcessListModel::PidColumn);
311 resizeColumnToContents(ProcessListModel::ProcessNameColumn);
312}
313
314
315void ProcessListWidget::updateContent()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected