MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setBookmarkDirectory

Method setBookmarkDirectory

src/interface/FileSelectionWidget.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void FileSelectionWidget::setBookmarkDirectory(const std::optional<QDir> &newBookmarkDirectory)
239{
240 _bookmarkDirectory = newBookmarkDirectory;
241
242 ui->bookmark->setVisible(_bookmarkDirectory.has_value());
243}
244
245QStringList FileSelectionWidget::fileTypes() const
246{

Callers 1

MainWindowMethod · 0.80

Calls 1

setVisibleMethod · 0.45

Tested by

no test coverage detected