MCPcopy Create free account
hub / github.com/ElementsProject/elements / PopupMenu

Function PopupMenu

src/qt/guiutil.cpp:1003–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void PopupMenu(QMenu* menu, const QPoint& point, QAction* at_action)
1004{
1005 // The qminimal plugin does not provide window system integration.
1006 if (QApplication::platformName() == "minimal") return;
1007 menu->popup(point, at_action);
1008}
1009
1010QDateTime StartOfDay(const QDate& date)
1011{

Callers 2

contextualMenuMethod · 0.85
setClientModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected