MCPcopy Create free account
hub / github.com/KDE/krusader / disableMarkButtons

Method disableMarkButtons

app/Synchronizer/synchronizergui.cpp:1168–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168void SynchronizerGUI::disableMarkButtons()
1169{
1170 btnLeftToRight->setEnabled(false);
1171 btnEquals->setEnabled(false);
1172 btnDifferents->setEnabled(false);
1173 btnRightToLeft->setEnabled(false);
1174 btnDeletable->setEnabled(false);
1175 btnDuplicates->setEnabled(false);
1176 btnSingles->setEnabled(false);
1177}
1178
1179void SynchronizerGUI::enableMarkButtons()
1180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected