MCPcopy Create free account
hub / github.com/KDE/labplot / setCurrentFolder

Method setCurrentFolder

src/frontend/datasources/ImportProjectDialog.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void ImportProjectDialog::setCurrentFolder(const Folder* folder) {
220 m_cbAddTo->setCurrentModelIndex(m_aspectTreeModel->modelIndexOfAspect(folder));
221}
222
223void ImportProjectDialog::importTo(QStatusBar* statusBar) const {
224 DEBUG(Q_FUNC_INFO)

Callers 1

importProjectDialogMethod · 0.80

Calls 2

setCurrentModelIndexMethod · 0.80
modelIndexOfAspectMethod · 0.80

Tested by

no test coverage detected