MCPcopy Create free account
hub / github.com/chris2511/xca / columnRemove

Method columnRemove

widgets/XcaTreeView.cpp:361–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void XcaTreeView::columnRemove(void)
362{
363 if (curr_hd->action)
364 curr_hd->action->setChecked(false);
365}
366
367void XcaTreeView::showItem(const QModelIndex &index)
368{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected