MCPcopy Create free account
hub / github.com/YACReader/yacreader / requestedFolderContextMenu

Method requestedFolderContextMenu

YACReaderLibrary/folder_content_view.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void FolderContentView::requestedFolderContextMenu(QPoint point, int index)
185{
186 auto folder = folderModel->getFolder(folderModel->index(index, 0));
187 emit openFolderContextMenu(point, folder);
188}
189
190void FolderContentView::requestedContinueReadingComicContextMenu(QPoint point, int index)
191{

Callers

nothing calls this directly

Calls 2

getFolderMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected