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

Method selectOutputDir

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

Source from the content-addressed store, hash-verified

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
185void OpenDialog::internalSlot(qint32 i)
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected