MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / setRelativeSizeCheckboxes

Method setRelativeSizeCheckboxes

src/mainwindowimpl.cpp:1418–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1416}
1417
1418void MainWindowImpl::setRelativeSizeCheckboxes(int state)
1419{
1420 if (state == 0)
1421 pushLinkAspect->setEnabled(false);
1422 else
1423 pushLinkAspect->setEnabled(true);
1424}
1425
1426void MainWindowImpl::setOverwriteStatus()
1427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected