MCPcopy Create free account
hub / github.com/KDE/kdiff3 / selectDirB

Method selectDirB

src/smalldialogs.cpp:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179void OpenDialog::selectOutputName() { selectURL(dialogUi.lineOut, false, 4, true); }
180void OpenDialog::selectDirA() { selectURL(dialogUi.lineA, true, 1, false); }
181void OpenDialog::selectDirB() { selectURL(dialogUi.lineB, true, 2, false); }
182void OpenDialog::selectDirC() { selectURL(dialogUi.lineC, true, 3, false); }
183void OpenDialog::selectOutputDir() { selectURL(dialogUi.lineOut, true, 4, true); }
184

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected