MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / showContextMenuForView

Method showContextMenuForView

src/ui/web/WebWidget.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void WebWidget::showContextMenuForView()
317{
318 if (!m_hibernating)
319 m_view->showContextMenu(m_contextMenuPosGlobal, m_contextMenuPosRelative);
320}
321
322void WebWidget::onTabPinned(int index, bool value)
323{

Callers

nothing calls this directly

Calls 1

showContextMenuMethod · 0.80

Tested by

no test coverage detected