MCPcopy Create free account
hub / github.com/baldurk/renderdoc / setEnabledMultiple

Function setEnabledMultiple

qrenderdoc/Code/QRDUtils.cpp:3431–3435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3429}
3430
3431void setEnabledMultiple(const QList<QWidget *> &widgets, bool enabled)
3432{
3433 for(QWidget *w : widgets)
3434 w->setEnabled(enabled);
3435}
3436
3437QString GetSystemUsername()
3438{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected