MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / handleAboutToQuit

Method handleAboutToQuit

qt/OpenRGBDialog2/OpenRGBDialog2.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556void OpenRGBDialog2::handleAboutToQuit()
557{
558 QCloseEvent* closeEvent = new QCloseEvent;
559 this->closeEvent(closeEvent);
560 delete closeEvent;
561}
562
563
564void OpenRGBDialog2::changeEvent(QEvent *event)

Callers

nothing calls this directly

Calls 1

closeEventMethod · 0.95

Tested by

no test coverage detected