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

Method setCurrentDirectory

src/mainwindowimpl.cpp:824–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void MainWindowImpl::setCurrentDirectory()
825{
826 bool enabled;
827
828 if (checkSameDir->isChecked())
829 enabled = false;
830 else
831 enabled = true;
832
833 lineDirectory->setEnabled(enabled);
834 bntSelDir->setEnabled(enabled);
835}
836
837void MainWindowImpl::openOutDirectory()
838{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected