MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / selectedFiles

Method selectedFiles

pj_widgets/src/FileDialog.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141QStringList FileDialog::selectedFiles() const {
142 return inner_->selectedFiles();
143}
144
145QString FileDialog::selectedFile() const {
146 const QStringList files = inner_->selectedFiles();

Callers 5

selectedFileMethod · 0.80
getOpenFileNamesMethod · 0.80
getOpenFileNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected