MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / showFileDialog

Method showFileDialog

src/plugins/debugger/reversedebug/rrdialog.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void ReplayDialog::showFileDialog()
173{
174 QString dir = DFileDialog::getExistingDirectory(this, tr("Open Directory"),
175 traceDir->text(),
176 DFileDialog::ShowDirsOnly
177 | DFileDialog::DontResolveSymlinks);
178
179 if (!dir.isEmpty())
180 traceDir->setText(dir);
181}

Callers

nothing calls this directly

Calls 3

textMethod · 0.45
isEmptyMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected