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

Method event

src/qt/bitcoin.cpp:434–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434bool BitcoinApplication::event(QEvent* e)
435{
436 if (e->type() == QEvent::Quit) {
437 requestShutdown();
438 return true;
439 }
440
441 return QApplication::event(e);
442}
443
444static void SetupUIArgs(ArgsManager& argsman)
445{

Callers 4

handle_inboundFunction · 0.45
handle_outboundFunction · 0.45
handle_inboundFunction · 0.45
handle_outboundFunction · 0.45

Calls 2

typeMethod · 0.80
eventClass · 0.50

Tested by

no test coverage detected