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

Method createFolderContextMenu

src/backend/core/Project.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265QMenu* Project::createFolderContextMenu(const Folder* folder) {
266 QMenu* menu = const_cast<Folder*>(folder)->AbstractAspect::createContextMenu();
267 Q_EMIT requestFolderContextMenu(folder, menu);
268 return menu;
269}
270
271void Project::setDockVisibility(DockVisibility visibility) {
272 Q_D(Project);

Callers 1

createContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected